DBA Data[Home] [Help]

APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on HR_LOOKUPS

Line 2385: from HR_LOOKUPS

2381: is
2382: --
2383: cursor csr_get_lookup_meaning is
2384: select MEANING
2385: from HR_LOOKUPS
2386: where lookup_type = p_lookup_type
2387: and lookup_code = p_lookup_code
2388: and enabled_flag = 'Y';
2389: --