DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on HR_LOOKUPS

Line 2282: from hr_lookups

2278: l_proc_name varchar2(60) := g_proc_name || 'get_rate_type_from_udt';
2279:
2280: cursor csr_rate_type_check (p_meaning varchar2) is
2281: select 'Y'
2282: from hr_lookups
2283: where meaning = p_meaning
2284: and lookup_type = 'PQP_RATE_TYPE'
2285: and enabled_flag = 'Y'
2286: and g_effective_date between