DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PDF_PKG dependencies on HR_LOOKUPS

Line 3004: from hr_lookups

3000: --
3001: cursor csr_fin
3002: is
3003: select lookup_code
3004: from hr_lookups
3005: where lookup_type = 'KR_YEA_FIN_INST_CODES'
3006: and enabled_flag = 'Y'
3007: and meaning = p_text;
3008: --