DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_EN_WLST_GEN_PROC

Line 4235: igs_en_wlst_gen_proc.enrp_wlst_pri_pref_calc (p_person_id => v_sua_upd_exists.person_id,

4231: IF l_waitlist_ind = 'Y' THEN
4232: v_sua_upd_exists.waitlist_dt := NVL(v_sua_upd_exists.waitlist_dt,NVL(TRUNC(v_sua_upd_exists.enrolled_dt),SYSDATE));
4233: v_sua_upd_exists.UNIT_ATTEMPT_STATUS :='WAITLISTED';
4234: v_sua_upd_exists.ENROLLED_DT := NULL;
4235: igs_en_wlst_gen_proc.enrp_wlst_pri_pref_calc (p_person_id => v_sua_upd_exists.person_id,
4236: p_program_cd =>p_course_cd,
4237: p_uoo_id =>p_destination_uoo_id,
4238: p_priority_weight =>l_pri_weight,
4239: p_preference_weight=>l_pref_weight);

Line 4338: igs_en_wlst_gen_proc.enrp_wlst_dt_reseq (p_person_id => v_sua_upd_exists.person_id,

4334: x_wlst_preference_weight_num => v_sua_upd_exists.wlst_preference_weight_num,
4335: x_core_indicator_code => v_sua_upd_exists.core_indicator_code);
4336:
4337: IF l_waitlist_ind='Y' AND l_pri_weight IS NULL AND l_pref_weight IS NULL THEN
4338: igs_en_wlst_gen_proc.enrp_wlst_dt_reseq (p_person_id => v_sua_upd_exists.person_id,
4339: p_program_cd => v_sua_upd_exists.course_cd,
4340: p_uoo_id => p_destination_uoo_id,
4341: p_cur_position=> v_sua_upd_exists.administrative_priority);
4342: END IF;