DBA Data[Home] [Help]

APPS.HR_EMPL_VERF_UTIL dependencies on HR_LOOKUPS

Line 211: select meaning from hr_lookups hl

207: where currency_code = p_code
208: and language = userenv('lang');
209:
210: CURSOR get_frequency_name(p_lookup_code in varchar2) IS
211: select meaning from hr_lookups hl
212: where hl.lookup_type = 'PAY_BASIS'
213: and lookup_code = p_lookup_code
214: and hl.enabled_flag = 'Y'
215: and sysdate between