DBA Data[Home] [Help]

APPS.HR_PAP_BUS dependencies on HR_LOOKUPS

Line 25: from hr_lookups

21: --
22: cursor csr_lookup is
23: --
24: select 1
25: from hr_lookups
26: where lookup_type = 'PATTERN_PURPOSE'
27: and lookup_code = p_pattern_purpose;
28: --
29: cursor csr_non_SSP_pattern is