Special Type Valueset issue
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