DBA Data[Home] [Help]

APPS.PER_BIL_SHD dependencies on HR_LOOKUPS

Line 407: from hr_lookups

403: p_code in varchar2) is
404: --
405: cursor csr_lookup is
406: select 'x'
407: from hr_lookups
408: where lookup_type = p_type
409: and lookup_code = p_code
410: and application_id = 800;
411: --