APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on HR_LOOKUPS
Line 2254: from hr_lookups
2250: l_proc_name varchar2(60) := g_proc_name || 'get_rate_type_from_udt';
2251:
2252: cursor csr_rate_type_check (p_meaning varchar2) is
2253: select 'Y' 2254: from hr_lookups 2255: where meaning = p_meaning
2256: and lookup_type = 'PQP_RATE_TYPE'
2257: and enabled_flag = 'Y'
2258: and g_effective_date between