DBA Data[Home] [Help]

APPS.IGS_EN_SUA_LGCY_PUB dependencies on IGS_EN_GEN_007

Line 1813: kkillams 29-04-2003 Impacted object, due to change in the signature of the igs_en_gen_007.enrp_get_sua_status function

1809: Who When What
1810: svenkata 16-dec-02 Bug # 2708674 - columns No assessment indicator , student career transcript and student
1811: career statistics not defaulted.
1812: svenkata 30-Dec-02 Derived the Status of the Unit as COMPLETED if Grade is mentioned.Bug# 2727922
1813: kkillams 29-04-2003 Impacted object, due to change in the signature of the igs_en_gen_007.enrp_get_sua_status function
1814: w.r.t. bug number 2829262
1815: rvangala 01-OCT-2003 Added core_indicator value in the INSERT statements, added as part of Prevent Dropping Core Units. Enh Bug# 3052432
1816: ptandon 17-OCT-2003 Modified call to validate_sua to take into consideration two new OUT parameters p_sup_unit_cd and
1817: p_sup_unit_version_number and pass these values in the insert statements for IGS_EN_SU_ATTEMPT_ALL as part

Line 2049: l_unit_attempt_status := igs_en_gen_007.enrp_get_sua_status(

2045: ELSE
2046: -- IF p_sua_dtls_rec.transfer_dt IS NOT NULL OR p_sua_dtls_rec.outcome_dt IS NOT NULL OR THEN
2047: -- The Unit Attempt Status is passed as 'LEGACY' to the routine 'cos if NULL is passed , it tries to query the
2048: -- Unit Attempt Status that exists in the system , which is not valid for Legacy.
2049: l_unit_attempt_status := igs_en_gen_007.enrp_get_sua_status(
2050: p_person_id => l_person_id ,
2051: p_course_cd => p_sua_dtls_rec.program_cd ,
2052: p_unit_cd => p_sua_dtls_rec.unit_cd,
2053: p_version_number => NVL(p_sua_dtls_rec.version_number,l_version_number) ,

Line 2180: l_unit_attempt_status := igs_en_gen_007.enrp_get_sua_status(

2176: --
2177: -- Re-derive the Unit Attempt status
2178: -- The Unit Attempt Status is passed as 'LEGACY' to the routine 'cos if NULL is passed , it tries to query the
2179: -- Unit Attempt Status that exists in the system , which is not valid for Legacy.
2180: l_unit_attempt_status := igs_en_gen_007.enrp_get_sua_status(
2181: p_person_id => l_person_id ,
2182: p_course_cd => p_sua_dtls_rec.program_cd ,
2183: p_unit_cd => p_sua_dtls_rec.unit_cd,
2184: p_version_number => NVL ( p_sua_dtls_rec.version_number,l_version_number) ,