DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_DFFTRANS dependencies on STANDARD

Line 124: STANDARD VI

120: field is system linkage function, then we can have the following
121: mapping logic:
122: Invoice Type System Linkage Function
123: EXPENSE REPORT ER
124: STANDARD VI
125: .....
126: IF (p_attribute_category = 'EXPENSE REPORT') THEN
127: p_attribute_category := 'ER';
128: ......