DBA Data[Home] [Help]

APPS.IGS_AS_SU_STMPTOUT_PKG dependencies on IGS_EN_GEN_007

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 442: -- Added 'waitlist_dt' as a parameter to call IGS_EN_GEN_007.ENRP_GET_SUA_STATUS.

438: app_exception.raise_exception;
439: END IF;
440: CLOSE c_sua;
441: --
442: -- Added 'waitlist_dt' as a parameter to call IGS_EN_GEN_007.ENRP_GET_SUA_STATUS.
443: -- This is as per the Bug# 2335455
444: --
445: v_sua_status := igs_en_gen_007.enrp_get_sua_status (
446: v_sua_rec.person_id,

Line 445: v_sua_status := igs_en_gen_007.enrp_get_sua_status (

441: --
442: -- Added 'waitlist_dt' as a parameter to call IGS_EN_GEN_007.ENRP_GET_SUA_STATUS.
443: -- This is as per the Bug# 2335455
444: --
445: v_sua_status := igs_en_gen_007.enrp_get_sua_status (
446: v_sua_rec.person_id,
447: v_sua_rec.course_cd,
448: v_sua_rec.unit_cd,
449: v_sua_rec.version_number,