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