DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_EN_INST_WL_STPS

Line 2756: l_auto_enroll igs_en_inst_wl_stps.auto_enroll_waitlist_flag%TYPE;

2752: -- code is added to call the auto enroll process
2753: --
2754: DECLARE
2755: l_request_id NUMBER;
2756: l_auto_enroll igs_en_inst_wl_stps.auto_enroll_waitlist_flag%TYPE;
2757: CURSOR cur_auto_enroll is
2758: SELECT auto_enroll_waitlist_flag
2759: FROM IGS_EN_INST_WL_STPS;
2760: BEGIN

Line 2759: FROM IGS_EN_INST_WL_STPS;

2755: l_request_id NUMBER;
2756: l_auto_enroll igs_en_inst_wl_stps.auto_enroll_waitlist_flag%TYPE;
2757: CURSOR cur_auto_enroll is
2758: SELECT auto_enroll_waitlist_flag
2759: FROM IGS_EN_INST_WL_STPS;
2760: BEGIN
2761: OPEN cur_auto_enroll;
2762: FETCH cur_auto_enroll INTO l_auto_enroll;
2763: CLOSE cur_auto_enroll;