DBA Data[Home] [Help]

APPS.IGS_EN_REINSTATE_PKG dependencies on IGS_EN_ENROLL_WLST

Line 205: IF NOT igs_en_enroll_wlst.validate_unit( p_unit_cd => igs_en_su_attempt_rec.unit_cd,

201: X_WLST_PRIORITY_WEIGHT_NUM => igs_en_su_attempt_rec.wlst_priority_weight_num,
202: X_WLST_PREFERENCE_WEIGHT_NUM => igs_en_su_attempt_rec.wlst_preference_weight_num,
203: X_CORE_INDICATOR_CODE => igs_en_su_attempt_rec.core_indicator_code );
204:
205: IF NOT igs_en_enroll_wlst.validate_unit( p_unit_cd => igs_en_su_attempt_rec.unit_cd,
206: p_version_number => igs_en_su_attempt_rec.version_number,
207: p_cal_type => igs_en_su_attempt_rec.cal_type,
208: p_ci_sequence_number => igs_en_su_attempt_rec.ci_sequence_number,
209: p_location_cd => igs_en_su_attempt_rec.location_cd,

Line 218: END IF; --END OF igs_en_enroll_wlst.validate_unit

214: p_deny_warn => p_deny_warn,
215: p_course_cd => igs_en_su_attempt_rec.course_cd ) THEN
216: p_return_status := 'FALSE';
217: RETURN;
218: END IF; --END OF igs_en_enroll_wlst.validate_unit
219:
220: IF NOT IGS_EN_ELGBL_UNIT.eval_unit_steps(
221: p_person_id => p_person_id,
222: p_person_type => p_person_type,

Line 265: igs_en_enroll_wlst.ss_eval_min_or_max_cp( p_person_id => p_person_id,

261:
262: END IF;
263: -- check for Max cp by passing the 0.0 value to credit points
264: --since the cp has already been enrolled.
265: igs_en_enroll_wlst.ss_eval_min_or_max_cp( p_person_id => p_person_id,
266: p_load_cal_type => p_load_cal_type,
267: p_load_ci_sequence_number => p_load_sequence_number,
268: p_uoo_id => p_uoo_id,
269: p_program_cd => p_course_cd,