DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_EN_ELGBL_UNIT

Line 682: || calling the Igs_En_Elgbl_Unit.eval_rsv_seat function w.r.t. bug no :2643207

678: || Cross listed group / Meet with classes. If setup is not done in the
679: || above mentioned groups then it picks up from Unit Section / Unit level.
680: || Changes as per Cross Listed / Meet With DLD. Bug# 2599929.
681: || kkillams 18-12-2002 Checking the student unit attempt table for reserve seating identifier before
682: || calling the Igs_En_Elgbl_Unit.eval_rsv_seat function w.r.t. bug no :2643207
683: || ptandon 02-09-2003 Modified the local function check_overrides_waitlist to check whether waitlisting
684: || is allowed at Institution/Term Calendar Level also as part of Waitlist
685: || Enhancements Build - Bug# 3052426
686: ------------------------------------------------------------------------------------------------------------------*/

Line 1048: -- Before calling the Igs_En_Elgbl_Unit.eval_rsv_seat function,

1044: -- subject to Reserved seating setup.
1045: --
1046:
1047: IF l_rsv_allowed = 'Y' THEN
1048: -- Before calling the Igs_En_Elgbl_Unit.eval_rsv_seat function,
1049: -- Check reserve seating validation is already done for this student unit attempt or not.
1050: -- If done then set p_waitlist_ind to 'N' else do the reserve seating validation.
1051: OPEN c_sua_rs(p_person_id,
1052: p_course_cd,

Line 1128: l_return_val := Igs_En_Elgbl_Unit.eval_rsv_seat(

1124: -- this needs to be rolled back, as the same action will be done when reserve seating is validated in
1125: -- Unit Step Evaluation.
1126: SAVEPOINT rsv_check_start;
1127: l_dummy := NULL;
1128: l_return_val := Igs_En_Elgbl_Unit.eval_rsv_seat(
1129: p_person_id => p_person_id,
1130: p_load_cal_type => p_load_cal_type,
1131: p_load_sequence_number => p_load_ci_sequence_number,
1132: p_uoo_id => p_uoo_id,