DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SUA dependencies on IGS_EN_PRC_LOAD

Line 463: IF IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR(

459: -- incurring load within the same load calendar.
460:
461: FOR rec_acad IN c_acad LOOP
462: FOR v_sua_rec IN c_sua(rec_acad.acad_cal_type, rec_acad.acad_ci_sequence_number) LOOP
463: IF IGS_EN_PRC_LOAD.ENRP_GET_LOAD_INCUR(
464: v_sua_rec.sua_cal_type,
465: v_sua_rec.sua_ci_sequence_number,
466: v_sua_rec.discontinued_dt,
467: v_sua_rec.administrative_unit_status,

Line 3787: -- A call to igs_en_prc_load.enrp_clc_eftsu_total

3783: p_enrol_ci_sequence_number =>l_en_ci_seq_num,
3784: p_commencement_type =>l_commencement_type,
3785: p_enr_categories =>l_dummy);
3786:
3787: -- A call to igs_en_prc_load.enrp_clc_eftsu_total
3788: -- The Total enrolled CP of the student has to be determined before the unit is dropped(l_total_credit_points) .
3789: -- The unit is then dropped , and eval_min_cp is called with the value of l_total_enrolled_cp.
3790: -- The value of l_total_enrolled_cp is essential to determine if the Min Credit Points is already reached
3791: -- by the student before that Unit is dropped.

Line 3792: l_eftsu_total := igs_en_prc_load.enrp_clc_eftsu_total(p_person_id => p_person_id,

3788: -- The Total enrolled CP of the student has to be determined before the unit is dropped(l_total_credit_points) .
3789: -- The unit is then dropped , and eval_min_cp is called with the value of l_total_enrolled_cp.
3790: -- The value of l_total_enrolled_cp is essential to determine if the Min Credit Points is already reached
3791: -- by the student before that Unit is dropped.
3792: l_eftsu_total := igs_en_prc_load.enrp_clc_eftsu_total(p_person_id => p_person_id,
3793: p_course_cd => p_course_cd,
3794: p_acad_cal_type => p_acad_cal_type,
3795: p_acad_sequence_number => p_acad_seq_num,
3796: p_load_cal_type => p_load_cal_type,