DBA Data[Home] [Help]

APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_EN_ELGB_OVR_UOO

Line 2164: --svanukur 23-May-2003 Redefined l_step_override_limit to refer to igs_en_elgb_ovr_uoo

2160: -- w.r.t. bug 2749648
2161: --svanukur 29-APR-2003 Created cursor c_same_section to prevent students from enrolling in
2162: -- multiple versions of same unit in the same teaching period and also
2163: -- changed the where clauses to pass uoo_id as part of MUS build
2164: --svanukur 23-May-2003 Redefined l_step_override_limit to refer to igs_en_elgb_ovr_uoo
2165: -- as part of Deny/War behaviour build # 2829272
2166: --svanukur 13-Jun-03 Checking for the unit section status of 'Not_offered' as part of
2167: -- validation Impact CR bug#2881385
2168: --svanukur 13-jun-03 The check for cancelled/planned unit section status was done only while

Line 2193: l_step_override_limit IGS_EN_ELGB_OVR_UOO.step_override_limit%TYPE ;

2189: AND course_cd = x_course_cd
2190: AND uoo_id = x_uoo_id
2191: AND unit_attempt_status = 'DROPPED';
2192: l_rowid VARCHAR2(25);
2193: l_step_override_limit IGS_EN_ELGB_OVR_UOO.step_override_limit%TYPE ;
2194: l_result BOOLEAN ;
2195:
2196: CURSOR usec_cur(p_uoo_id NUMBER) IS
2197: SELECT unit_section_status