DBA Data[Home] [Help]

APPS.HR_ENTRY_DISPLAY dependencies on HR_LOOKUPS

Line 318: from hr_lookups h

314: hr_utility.set_location('hr_entry_display.get_input_value_details', 4);
315: begin
316: select h.meaning
317: into v_screen_format_value
318: from hr_lookups h
319: where h.lookup_type = v_lookup_type
320: and h.lookup_code = v_database_format_value;
321: exception
322: when NO_DATA_FOUND then