DBA Data[Home] [Help]

APPS.PQH_GIN_BUS dependencies on HR_LOOKUPS

Line 403: from hr_lookups

399: IS
400:
401: Cursor csr_record_type IS
402: Select null
403: from hr_lookups
404: where lookup_type = 'PQH_FR_TYPE_OF_INDICES'
405: and lookup_code = p_type_of_record;
406: --
407: l_value varchar2(30):= null;