Lookup Tables (Application Utilities Lookups
If someone can, this should be quick.
For TYPE = CONTACT on the Application Utilities Lookups form (Navigation, Other Definitions, Lookup Tables),
can someone tell me the SEEDED description for CODE = M?
If sql is faster,
select LOOKUP_CODE, description
from apps_applmgr.fnd_lookup_values
where LOOKUP_TYPE = 'CONTACT'
AND LOOKUP_CODE = 'M'
For TYPE = CONTACT on the Application Utilities Lookups form (Navigation, Other Definitions, Lookup Tables),
can someone tell me the SEEDED description for CODE = M?
If sql is faster,
select LOOKUP_CODE, description
from apps_applmgr.fnd_lookup_values
where LOOKUP_TYPE = 'CONTACT'
AND LOOKUP_CODE = 'M'
Tagged:
0