DBA Data[Home] [Help]

APPS.IGS_EN_GEN_013 dependencies on IGS_EN_SUA_API

Line 44: -- table to igs_en_sua_api.update_unit_attempt. |

40: --amuthu 03-OCT-2002 Modified Enrp_Upd_Sci_Ua to invoke workflow when a unit is dropped or discontinued
41: -- To do this created a new procedure invoke_drop_workflow. This was done as part of
42: -- Drop Transfer Workflow Build. Bug number 2599925.
43: -- pradhakr 16-Dec-2002 Changed the call to the update_row of igs_en_su_attempt
44: -- table to igs_en_sua_api.update_unit_attempt. |
45: -- Changes wrt ENCR031 build. Bug#2643207 |
46: --svanukur 26-jun-2003 Passing discontinued date with a nvl substitution of sysdate in the call to the update_row api of
47: -- ig_en_su_attmept in case of a "dropped" unit attempt status as part of bug 2898213.
48: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to

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

45: -- Changes wrt ENCR031 build. Bug#2643207 |
46: --svanukur 26-jun-2003 Passing discontinued date with a nvl substitution of sysdate in the call to the update_row api of
47: -- ig_en_su_attmept in case of a "dropped" unit attempt status as part of bug 2898213.
48: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to
49: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures
50: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
51: -- added as part of Prevent Dropping Core Units. Enh Bug# 3052432
52:
53: PROCEDURE invoke_drop_workflow(p_uoo_ids IN VARCHAR2,

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

46: --svanukur 26-jun-2003 Passing discontinued date with a nvl substitution of sysdate in the call to the update_row api of
47: -- ig_en_su_attmept in case of a "dropped" unit attempt status as part of bug 2898213.
48: --rvivekan 3-SEP-2003 Waitlist Enhacements build # 3052426. 2 new columns added to
49: -- IGS_EN_SU_ATTEMPT_PKG procedures and consequently to IGS_EN_SUA_API procedures
50: --rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
51: -- added as part of Prevent Dropping Core Units. Enh Bug# 3052432
52:
53: PROCEDURE invoke_drop_workflow(p_uoo_ids IN VARCHAR2,
54: p_unit_cds IN VARCHAR2,

Line 124: --vangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT

120: --Change History:
121: --Who When What
122: --kkillams 28-04-2003 Modified cursor igs_en_su_attempt_cur due to change in pk of
123: -- student unit attempt w.r.t. bug number 2829262
124: --vangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
125: -- added as part of Prevent Dropping Core Units. Enh Bug# 3052432
126: --bdeviset 13-SEP-2004 Added cursor c_sua_grade w.r.t bug no 3885804
127: -------------------------------------------------------------------------------------------
128: BEGIN

Line 400: igs_en_sua_api.update_unit_attempt(

396: p_person_id => p_person_id,
397: p_course_cd => p_course_cd,
398: p_message_name => v_message_name
399: );
400: igs_en_sua_api.update_unit_attempt(
401: X_ROWID => igs_en_su_attempt_rec.row_id,
402: X_PERSON_ID => igs_en_su_attempt_rec.person_id,
403: X_COURSE_CD => igs_en_su_attempt_rec.course_cd,
404: X_UNIT_CD => igs_en_su_attempt_rec.unit_cd,

Line 525: igs_en_sua_api.update_unit_attempt(

521: p_person_id => p_person_id,
522: p_course_cd => p_course_cd,
523: p_message_name => v_message_name);
524:
525: igs_en_sua_api.update_unit_attempt(
526: X_ROWID => igs_en_su_attempt_rec.row_id,
527: X_PERSON_ID => igs_en_su_attempt_rec.person_id,
528: X_COURSE_CD => igs_en_su_attempt_rec.course_cd,
529: X_UNIT_CD => igs_en_su_attempt_rec.unit_cd,