DBA Data[Home] [Help]

APPS.IGS_EN_TRANSFER_APIS dependencies on IGS_EN_ENROLL_WLST

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

2128: FETCH c_get_earliest_load_cal_dtls INTO l_load_cal_type,l_load_ci_sequence_number;
2129: CLOSE c_get_earliest_load_cal_dtls;
2130: -- check for Max cp by passing the null value to credit points
2131: --so that the default calculation are done for the CP of this unit section
2132: igs_en_enroll_wlst.ss_eval_min_or_max_cp(p_person_id => p_person_id,
2133: p_load_cal_type => l_load_cal_type,
2134: p_load_ci_sequence_number => l_load_ci_sequence_number,
2135: p_uoo_id => l_uooid,
2136: p_program_cd => p_dest_program_cd,

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

2202: FETCH c_get_earliest_load_cal_dtls INTO l_load_cal_type,l_load_ci_sequence_number;
2203: CLOSE c_get_earliest_load_cal_dtls;
2204: -- call the procedure to evaluate the Min CP by passing ZERO to the
2205: -- credit points parameter
2206: igs_en_enroll_wlst.ss_eval_min_or_max_cp(p_person_id => p_person_id,
2207: p_load_cal_type => l_load_cal_type,
2208: p_load_ci_sequence_number => l_load_ci_sequence_number,
2209: p_uoo_id => l_uooid,
2210: p_program_cd => p_dest_program_cd,

Line 2281: IF igs_en_enroll_wlst.validate_prog (

2277: FETCH c_get_earliest_load_cal_dtls INTO l_load_cal_type,l_load_ci_sequence_number;
2278: CLOSE c_get_earliest_load_cal_dtls;
2279: -- call the procedure to evaluate the Min CP by passing ZERO to the
2280: -- credit points parameter
2281: IF igs_en_enroll_wlst.validate_prog (
2282: p_person_id => p_person_id,
2283: p_cal_type => l_load_cal_type,
2284: p_ci_sequence_number => l_load_ci_sequence_number,
2285: p_uoo_id => l_uooid,