DBA Data[Home] [Help]

APPS.IGS_EN_VAL_BULKRULE dependencies on IGS_EN_SUA_API

Line 27: -- table to igs_en_sua_api.update_unit_attempt.

23: -- pradhakr 04-Dec-2002 Changed the parameter sequence in the procedure ENRP_VAL_SCA_RULTODO.
24: -- As per standard the parameter errbuf and retcode are made as the
25: -- first two paramters. Changes as per bug# 2683629
26: -- pradhakr 15-Dec-2002 Changed the call to the update_row of igs_en_su_attempt
27: -- table to igs_en_sua_api.update_unit_attempt.
28: -- Changes wrt ENCR031 build. Bug# 2643207
29: -- svenkata 3-Jun-2003 The function ENRP_VAL_COO_CROSS has been removed. All references to this API is removed. Bug# 2829272
30: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to
31: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures

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

27: -- table to igs_en_sua_api.update_unit_attempt.
28: -- Changes wrt ENCR031 build. Bug# 2643207
29: -- svenkata 3-Jun-2003 The function ENRP_VAL_COO_CROSS has been removed. All references to this API is removed. Bug# 2829272
30: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to
31: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures
32: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
33: -- added as part of Prevent Dropping Core Units. Enh Bug# 3052432
34: --ptandon 25-Feb-2004 Modified procedure ENRP_VAL_SCA_RULTODO to log parameters in the log file of the
35: -- job. Modified procedure enrpl_enrolled_to_invalid to rollback per unit attempt

Line 32: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT

28: -- Changes wrt ENCR031 build. Bug# 2643207
29: -- svenkata 3-Jun-2003 The function ENRP_VAL_COO_CROSS has been removed. All references to this API is removed. Bug# 2829272
30: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to
31: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures
32: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
33: -- added as part of Prevent Dropping Core Units. Enh Bug# 3052432
34: --ptandon 25-Feb-2004 Modified procedure ENRP_VAL_SCA_RULTODO to log parameters in the log file of the
35: -- job. Modified procedure enrpl_enrolled_to_invalid to rollback per unit attempt
36: -- in case of exception and process the Subordinate unit attempts before Superior

Line 201: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT

197: --kkillams 28-04-2003 Modified the r_unit_attempt_typ record type definition in the
198: -- enrpl_enrolled_to_invalid and enrpl_invalid_to_enrolled procedures
199: -- w.r.t. bug number 2829262
200: -- svenkata 3-Jun-2003 The function ENRP_VAL_COO_CROSS has been removed. All references to this API is removed. Bug# 2829272
201: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
202: -- added as part of Prevent Dropping Core Units. Enh Bug# 3052432
203: --ptandon 25-Feb-2004 Modified procedure enrpl_enrolled_to_invalid to rollback per unit attempt
204: -- in case of exception and process the Subordinate unit attempts before Superior
205: -- unit attempts. Modified procedure enrpl_invalid_to_enrolled to rollback per unit

Line 530: igs_en_sua_api.update_unit_attempt(

526: /* For the coloumn to be updated,modify the record variable value fetched */
527: sua_rec.unit_attempt_status := 'INVALID' ;
528: -- Call the API to update the student unit attempt. This API is a
529: -- wrapper to the update row of the TBH.
530: igs_en_sua_api.update_unit_attempt(
531: X_ROWID => sua_rec.ROW_ID,
532: X_PERSON_ID => sua_rec.PERSON_ID,
533: X_COURSE_CD => sua_rec.COURSE_CD,
534: X_UNIT_CD => sua_rec.UNIT_CD,

Line 741: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT

737: END;
738: END enrpl_enrolled_to_invalid;
739:
740: /* --smaddali modified this procedure to add 3 new parameters and their use in code
741: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
742: -- added as part of Prevent Dropping Core Units. Enh Bug# 3052432
743: --stutta 08-SEP-2004 Modified c_sua_sca as part of performance tuning bug #3869677
744: --stutta 21-FEB-2006 Modified c_sua_sca and added pl/sql logic as part of bug #5051047
745: --ckasu 25-APR-2006 Modfied as a part of bug#5191592.

Line 986: igs_en_sua_api.update_unit_attempt(

982:
983: sua_rec.unit_attempt_status := 'ENROLLED' ;
984: -- Call the API to update the student unit attempt. This API is a
985: -- wrapper to the update row of the TBH.
986: igs_en_sua_api.update_unit_attempt(
987: X_ROWID => sua_rec.ROW_ID,
988: X_PERSON_ID => sua_rec.PERSON_ID,
989: X_COURSE_CD => sua_rec.COURSE_CD,
990: X_UNIT_CD => sua_rec.UNIT_CD,

Line 1115: igs_en_sua_api.update_unit_attempt(

1111: /* For the coloumn to be updated,modify the record variable value fetched */
1112: sua_rec.unit_attempt_status := 'INVALID';
1113: -- Call the API to update the student unit attempt. This API is a
1114: -- wrapper to the update row of the TBH.
1115: igs_en_sua_api.update_unit_attempt(
1116: X_ROWID => sua_rec.ROW_ID,
1117: X_PERSON_ID => sua_rec.PERSON_ID,
1118: X_COURSE_CD => sua_rec.COURSE_CD,
1119: X_UNIT_CD => sua_rec.UNIT_CD,