DBA Data[Home] [Help]

APPS.HR_PARAMETER_HRMNPSUM dependencies on FND_COMMON_LOOKUPS

Line 285: from fnd_common_lookups

281: , ' ' meaning
282: from dual
283: union
284: select lookup_code, meaning
285: from fnd_common_lookups
286: where lookup_type = 'JOB_CATEGORIES'
287: order by 2;
288:
289: BEGIN