DBA Data[Home] [Help]

APPS.PQP_NL_EXT_FUNCTIONS dependencies on HR_LOOKUPS

Line 14: FROM hr_lookups

10:
11: --cursor to check the enabled flag for the lookup code before logging changes
12: CURSOR chk_if_enabled(c_code IN VARCHAR2) IS
13: SELECT enabled_flag
14: FROM hr_lookups
15: WHERE lookup_type = 'BEN_EXT_CHG_EVT'
16: AND lookup_code = c_code;
17:
18: --