DBA Data[Home] [Help]

APPS.HR_BALANCE_FEEDS dependencies on HR_LOOKUPS

Line 272: from hr_lookups hl

268: --
269: begin
270: select hl.meaning
271: into v_pay_value_name
272: from hr_lookups hl
273: where hl.lookup_type = 'NAME_TRANSLATIONS'
274: and hl.lookup_code = 'PAY VALUE';
275: exception
276: when no_data_found then