DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PKG dependencies on HR_LOOKUPS

Line 45: select lookup_code from hr_lookups

41: g_contexts_tab t_varchar2_tbl;
42: --
43:
44: cursor csr_contexts is
45: select lookup_code from hr_lookups
46: where lookup_type = 'KR_NON_TAXABLE_EARNINGS_CODE'
47: and enabled_flag = 'Y'
48: order by 1;
49: --