EBS Customizations (MOSC)

MOSC Banner

Special Type Valueset issue

edited Jul 21, 2011 9:02AM in EBS Customizations (MOSC) 2 commentsAnswered
Hi
I want to define a Valueset with Validation Type Special. I tried copying it from AR_SRS_COMPANY_SEGMENT valueset.
The only difference is that I want it for Division segment.

I replaced  DISPLAY="GL_BALANCING"  with  DISPLAY="2" (Division Segment is the 2nd Segment in the KFF definition)
Here is the code:

Edit:
FND POPID APPL_SHORT_NAME="SQLGL" CODE="GL#"
  NUM=:$FLEX$.AR_CHART_OF_ACCOUNTS_NO_VALIDATION
  VALIDATE="NONE" ID=:!VALUE SEG=:!VALUE
  REQUIRED="Y" DESC=:!MEANING DINSERT="N"
  DISPLAY="2" ALLOWNULLS="Y" BOX="Y"
 
Validate:
FND VALID APPL_SHORT_NAME="SQLGL" CODE="GL#"
  NUM=:$FLEX$.AR_CHART_OF_ACCOUNTS_NO_VALIDATION

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center