DBA Data[Home] [Help]

APPS.IGS_EN_GEN_012 dependencies on IGS_EN_SU_ATTEMPT_PKG

Line 15: --Aiyer 10-Oct-2001 Added the column grading schema in all Tbh calls of IGS_EN_SU_ATTEMPT_PKG as a part of the bug 2037897.

11: -- table to igs_en_sua_api.update_unit_attempt.
12: -- Changes wrt ENCR031 build. Bug#2643207
13: --nalkumar 05-OCT-2001 Modified the IGS_EN_STDNT_PS_ATT_PKG.UPDATE_ROW call.
14: -- Added four new parameters to call it as per the Bug# 2027984.
15: --Aiyer 10-Oct-2001 Added the column grading schema in all Tbh calls of IGS_EN_SU_ATTEMPT_PKG as a part of the bug 2037897.
16: --pradhakr 07-Dec-2001 Added a column deg_aud_detail_id in the TBH calls
17: -- of IGS_EN_SU_ATTEMPT_PKG as part of
18: -- Degree Audit Interface build.(Bug# 2033208)
19: --svenkata 20-Dec-2001 Added columns student_career_transcript and Student_career_statistics as part of build Career

Line 17: -- of IGS_EN_SU_ATTEMPT_PKG as part of

13: --nalkumar 05-OCT-2001 Modified the IGS_EN_STDNT_PS_ATT_PKG.UPDATE_ROW call.
14: -- Added four new parameters to call it as per the Bug# 2027984.
15: --Aiyer 10-Oct-2001 Added the column grading schema in all Tbh calls of IGS_EN_SU_ATTEMPT_PKG as a part of the bug 2037897.
16: --pradhakr 07-Dec-2001 Added a column deg_aud_detail_id in the TBH calls
17: -- of IGS_EN_SU_ATTEMPT_PKG as part of
18: -- Degree Audit Interface build.(Bug# 2033208)
19: --svenkata 20-Dec-2001 Added columns student_career_transcript and Student_career_statistics as part of build Career
20: -- Impact Part2 . Bug #2158626
21: --svenkata 07-JAN-2002 Bug No. 2172405 Standard Flex Field columns have been added

Line 23: --Nishikant 29-jan-2002 Added the column session_id in the Tbh calls of IGS_EN_SU_ATTEMPT_PKG

19: --svenkata 20-Dec-2001 Added columns student_career_transcript and Student_career_statistics as part of build Career
20: -- Impact Part2 . Bug #2158626
21: --svenkata 07-JAN-2002 Bug No. 2172405 Standard Flex Field columns have been added
22: -- to table handler procedure calls as part of CCR - ENCR022.
23: --Nishikant 29-jan-2002 Added the column session_id in the Tbh calls of IGS_EN_SU_ATTEMPT_PKG
24: -- as a part of the bug 2172380.
25: --mesriniv 12-sep-2002 Added a new parameter waitlist_manual_ind in TBH call of IGS_EN_SU_ATTEMPT
26: -- for Bug 2554109 MINI Waitlist Build for Jan 03 Release
27: -- Added refernces to column ORG_UNIT_CD incall to IGS_EN_SU_ATTEMPT TBH call as a part of bug 1964697

Line 45: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures

41: --svanukur 26-jun-2003 Passing discontinued date with a nvl substitution of sysdate in the call to the update_row api of
42: -- ig_en_su_attmept in case of a "dropped" unit attempt status as part of bug 2898213.
43: --smaddali 04-jul-03 modified procedure enrp_upd_sca_coo for bug 3035523 , to update igs_he_st_spa_all.version_number
44: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to
45: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures
46: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
47: -- and IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW, added as part of Prevent Dropping Core Units. Enh Bug# 3052432
48: --ptandon 05-DEC-2003 Modified cursor c_sua in Function Enrp_Upd_Sca_Discont as per Placements build. Bug# 3052438.
49: --vkarthik 19-Apr-2004 Modified exception handling section to handle no_ausl_record_found

Line 47: -- and IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW, added as part of Prevent Dropping Core Units. Enh Bug# 3052432

43: --smaddali 04-jul-03 modified procedure enrp_upd_sca_coo for bug 3035523 , to update igs_he_st_spa_all.version_number
44: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to
45: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures
46: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
47: -- and IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW, added as part of Prevent Dropping Core Units. Enh Bug# 3052432
48: --ptandon 05-DEC-2003 Modified cursor c_sua in Function Enrp_Upd_Sca_Discont as per Placements build. Bug# 3052438.
49: --vkarthik 19-Apr-2004 Modified exception handling section to handle no_ausl_record_found
50: for bug 3526251 in Enrp_Upd_Sca_Discont
51: --amuthu 21-NOV-2004 Modifed as part of program transfer build. When the program transfer is done the enrolled units are

Line 837: || and IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW, added as part of Prevent Dropping Core Units. Enh Bug# 3052432

833: || else null value wil come w.r.t bug 2863707
834: || kkillams 28-04-2003 Modified c_suao_check,c_sua_drop and c_igs_en_su_attempt cursors in this function
835: || due to change in pk of student unit attempt w.r.t. bug number 2829262
836: || rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
837: || and IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW, added as part of Prevent Dropping Core Units. Enh Bug# 3052432
838: || ptandon 05-DEC-2003 Modified the cursor c_sua to include the order by clause to select the subordinate units first
839: || for discontinuation. Placements build. Bug# 3052438.
840: || vkarthik 19-Apr-2004 Modified exception handling section to handle no_ausl_record_found
841: || for bug 3526251

Line 1153: IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW(

1149: p_message_name := 'IGS_EN_NO_SYS_DFLT_REASON';
1150: RETURN FALSE;
1151: END IF;
1152:
1153: IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW(
1154: X_ROWID => sua_drop_rec.ROWID,
1155: X_PERSON_ID => sua_drop_rec.PERSON_ID,
1156: X_COURSE_CD => sua_drop_rec.COURSE_CD ,
1157: X_UNIT_CD => sua_drop_rec.UNIT_CD,