DBA Data[Home] [Help]

APPS.HR_PAC_BUS dependencies on HR_LOOKUPS

Line 132: from hr_lookups

128: --
129: cursor csr_lookup is
130: --
131: select 1
132: from hr_lookups
133: where lookup_code = p_availability
134: and lookup_type = 'AVAILABILITY';
135: --
136: begin