DBA Data[Home] [Help]

APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_EN_SUA_API

Line 343: --rvangala 07-OCT-03 Passing core_indicator_code to IGS_EN_SUA-API.UPDATE_UNIT_ATTEMPT added as part of Prevent Dropping Core Units. Enh Bug# 3052432

339: --Change History:
340: --Who When What
341: --svanukur 29-APR-03 Passed uoo_id to IGS_EN_GEN_007.ENRP_GET_SUA_STATUS , IGS_AS_GEN_005.ASSP_SET_SUAO_TRANS,
342: -- IGS_AS_GEN_007.ASSP_INS_SUAO_HIST, IGS_AS_GEN_005.ASSP_SET_SUAO_TRANS as part of MUS build, # 2829262
343: --rvangala 07-OCT-03 Passing core_indicator_code to IGS_EN_SUA-API.UPDATE_UNIT_ATTEMPT added as part of Prevent Dropping Core Units. Enh Bug# 3052432
344: --IJEDDY 5/26/2006 Bug 5243080, put in a check to retain atleast one finalized outcome for a completed transfered unit.
345: -------------------------------------------------------------------------------------------
346: PROCEDURE afterrowinsertupdate2 (p_inserting IN BOOLEAN, p_updating IN BOOLEAN, p_deleting IN BOOLEAN) AS
347: v_message_name VARCHAR2 (30);

Line 476: igs_en_sua_api.update_unit_attempt (

472: igs_ge_msg_stack.ADD;
473: app_exception.raise_exception;
474: END IF;
475: END IF;
476: igs_en_sua_api.update_unit_attempt (
477: x_mode => 'R',
478: x_rowid => v_sua_rec.ROWID,
479: x_person_id => v_sua_rec.person_id,
480: x_course_cd => v_sua_rec.course_cd,