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 make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps EBS R12 Using Custom.Pll

  How to make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps ...