DBA Data[Home] [Help]

APPS.IRC_PURGE_OLD_DATA_PKG dependencies on HR_LOOKUPS

Line 806: from hr_lookups

802: l_process_type varchar2(50);
803: l_measure_type varchar2(50);
804: cursor getprstype(l_prcCodeIn in varchar2) is
805: select meaning
806: from hr_lookups
807: where lookup_type = 'IRC_PROCESS_TYPE'
808: and lookup_code = l_prcCodeIn;
809:
810: cursor getmeasureType(l_msrCodeIn in varchar2) is

Line 812: from hr_lookups

808: and lookup_code = l_prcCodeIn;
809:
810: cursor getmeasureType(l_msrCodeIn in varchar2) is
811: select meaning
812: from hr_lookups
813: where lookup_type = 'IRC_MEASURE_TYPE'
814: and lookup_code = l_msrCodeIn;
815: begin
816: --