Monday, 4 September 2017

How to create an Additional Columns in the Oracle Value Set in Oracle EBS R12.



How to create an Additional Columns in the Oracle Value Set in Oracle EBS R12.


Open the Application Developer to Create the Value Set.
Navigation >> Application Developer >> Validation >> Set
 



Then Name the Value Set Name and Validation Type choose ‘Table’
Then Click on the Edit Information. 


In Table Name Type the Table name 

Write the Code in Additional Columns in the Additional Columns Positions.

STYLEID_COLORID "StyleID-ColorID"(20),
STYLE_DESC_COLOR_DESC "Style Desc-Color Desc"(40)
   

No comments:

Post a Comment

How to Call a Seeded Oracle Form from a Custom Form (Step-by-Step Guide)

  How to Call a Seeded Oracle Form from a Custom Form (Step-by-Step Guide) Introduction In Oracle E-Business Suite, it is a common requirem...