DBA Data[Home] [Help]

APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_AS_GEN_005

Line 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,

337:
338: -------------------------------------------------------------------------------------------
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: -------------------------------------------------------------------------------------------

Line 342: -- IGS_AS_GEN_007.ASSP_INS_SUAO_HIST, IGS_AS_GEN_005.ASSP_SET_SUAO_TRANS as part of MUS build, # 2829262

338: -------------------------------------------------------------------------------------------
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

Line 557: IF igs_as_gen_005.assp_set_suao_trans (

553: v_translated_version_number := new_references.translated_version_number;
554: v_translated_grade := new_references.translated_grade;
555: v_translated_dt := new_references.translated_dt;
556: -- Determine if translation has been done and set the fields accordingly.
557: IF igs_as_gen_005.assp_set_suao_trans (
558: new_references.person_id,
559: new_references.course_cd,
560: new_references.unit_cd,
561: new_references.cal_type,