DBA Data[Home] [Help]

APPS.HR_BALANCE_FEEDS dependencies on HR_LOOKUPS

Line 264: from hr_lookups hl

260: --
261: begin
262: select hl.meaning
263: into v_pay_value_name
264: from hr_lookups hl
265: where hl.lookup_type = 'NAME_TRANSLATIONS'
266: and hl.lookup_code = 'PAY VALUE';
267: exception
268: when no_data_found then