DBA Data[Home] [Help]

APPS.HR_INPUT_VALUES dependencies on HR_LOOKUPS

Line 240: from hr_lookups

236: select 'N'
237: into v_validation_check
238: from sys.dual
239: where not exists(select 1
240: from hr_lookups
241: where lookup_type = p_lookup_type
242: and lookup_code = p_default_value);
243: --
244: exception

Line 831: from hr_lookups

827: begin
828:
829: select meaning
830: into l_pay_value_name
831: from hr_lookups
832: where lookup_type = 'NAME_TRANSLATIONS'
833: and lookup_code = 'PAY VALUE';
834: --
835: exception