DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_INST_WLST_OPT

Line 1746: CURSOR c_wait_allow_term_cal(cp_load_cal_type igs_en_inst_wlst_opt.cal_type%TYPE) IS

1742:
1743: --
1744: -- Cursor to Check if Waitlisting is allowed at the term calendar level. Enh Bug# 3052426 (ptandon)
1745: --
1746: CURSOR c_wait_allow_term_cal(cp_load_cal_type igs_en_inst_wlst_opt.cal_type%TYPE) IS
1747: SELECT waitlist_alwd
1748: FROM igs_en_inst_wlst_opt
1749: WHERE cal_type = cp_load_cal_type;
1750:

Line 1748: FROM igs_en_inst_wlst_opt

1744: -- Cursor to Check if Waitlisting is allowed at the term calendar level. Enh Bug# 3052426 (ptandon)
1745: --
1746: CURSOR c_wait_allow_term_cal(cp_load_cal_type igs_en_inst_wlst_opt.cal_type%TYPE) IS
1747: SELECT waitlist_alwd
1748: FROM igs_en_inst_wlst_opt
1749: WHERE cal_type = cp_load_cal_type;
1750:
1751: l_waitlist_allowed igs_en_inst_wl_stps.waitlist_allowed_flag%TYPE;
1752: lv_success_yn VARCHAR2(1);