DBA Data[Home] [Help]

APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_AS_GEN_007

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 594: igs_as_gen_007.assp_ins_suao_hist (

590: AND uoo_id = new_references.uoo_id;
591: END IF;
592: END IF;
593: IF p_updating THEN
594: igs_as_gen_007.assp_ins_suao_hist (
595: old_references.person_id,
596: old_references.course_cd,
597: old_references.unit_cd,
598: old_references.cal_type,