DBA Data[Home] [Help]

APPS.PAY_US_MARK_W2C_PAPER dependencies on HR_LOOKUPS

Line 749: select lookup_code from hr_lookups

745: p_output_file_type IN VARCHAR2)
746: IS
747:
748: cursor c_get_lookup_code(cp_lookup_meaning in varchar2) is
749: select lookup_code from hr_lookups
750: where lookup_type = 'REPORT_OUTPUT_TYPE'
751: and meaning = cp_lookup_meaning
752: and application_id = 800;
753: