DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_EN_PRC_LOAD

Line 1839: -- A call to igs_en_prc_load.enrp_clc_eftsu_total as part of- Enrollment Eligibility and validations .

1835: END IF;
1836: END IF; --NOT igs_en_elgbl_person.eval_person_steps
1837: END IF;
1838: IF l_processed THEN
1839: -- A call to igs_en_prc_load.enrp_clc_eftsu_total as part of- Enrollment Eligibility and validations .
1840: -- The Total enrolled CP of the student has to be determined before the unit is dropped(l_total_credit_points) .
1841: -- The unit is then dropped , and eval_min_cp is called with the value of l_total_enrolled_cp.
1842: -- The value of l_total_enrolled_cp is essential to determine if the Min Credit Points is already reached
1843: -- by the student before that Unit is dropped.

Line 1844: l_eftsu_total := igs_en_prc_load.enrp_clc_eftsu_total(p_person_id => rec_sca.person_id,

1840: -- The Total enrolled CP of the student has to be determined before the unit is dropped(l_total_credit_points) .
1841: -- The unit is then dropped , and eval_min_cp is called with the value of l_total_enrolled_cp.
1842: -- The value of l_total_enrolled_cp is essential to determine if the Min Credit Points is already reached
1843: -- by the student before that Unit is dropped.
1844: l_eftsu_total := igs_en_prc_load.enrp_clc_eftsu_total(p_person_id => rec_sca.person_id,
1845: p_course_cd => rec_sca.course_cd,
1846: p_acad_cal_type => l_acad_cal_type,
1847: p_acad_sequence_number => l_acad_ci_sequence_number,
1848: p_load_cal_type => p_load_cal_type,

Line 4104: l_eftsu_total := igs_en_prc_load.enrp_clc_eftsu_total(

4100:
4101: IF v_update_uoo THEN
4102:
4103: -- Calculate the Total Enrolled Credit Points before Transferring the Unit from one Unit section to another .
4104: l_eftsu_total := igs_en_prc_load.enrp_clc_eftsu_total(
4105: p_person_id => p_person_id,
4106: p_course_cd => p_course_cd ,
4107: p_acad_cal_type => p_acad_cal_type,
4108: p_acad_sequence_number => p_acad_seq_number,