DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_EN_SU_ATTEMPT_PKG

Line 38: -- Tbh calls of IGS_EN_SU_ATTEMPT_PKG as a part of the bug 2037897.

34: --ayedubat 04-JUN-2002 Changed the functions: enrp_ins_snew_prenrl, enrp_ins_sret_prenrl for bug # 2391842
35: --nalkumar 5-OCT-2001 Modified the IGS_EN_STDNT_PS_ATT_PKG.UPDATE_ROW and IGS_EN_STDNT_PS_ATT_PKG.INSERT_ROW calls.
36: -- Added four new parameters to call it as per the Bug# 2027984.
37: --Aiyer 10-Oct-2001 Added the columns grading schema and gs_version_number in all
38: -- Tbh calls of IGS_EN_SU_ATTEMPT_PKG as a part of the bug 2037897.
39: --Bayadav 09-Nov-2001 Added the columns catalog cal type and catalog seq num in Enrp_ins_susa_hist
40: -- as a part of build of career impact DLD
41: --Nalin Kumar 11-Nov-2001 Added Procedure 'adv_stand_trans' as part of the Career Impact DLD.
42: -- Bug# 2027984.

Line 6415: IGS_EN_SU_ATTEMPT_PKG.DELETE_ROW( v_uas.rowid1 );

6411:
6412: -- removed cst_dropped and added ELSIF by ckasu as a part of bug #4080883 inorder to allow update of
6413: -- unit attempt rather than deleting of unit attempt when unit attempt status is 'DROPPED'
6414: IF v_uas.unit_attempt_status IN (cst_unconfirm) THEN
6415: IGS_EN_SU_ATTEMPT_PKG.DELETE_ROW( v_uas.rowid1 );
6416: ELSIF v_uas.unit_attempt_status <> cst_dropped THEN
6417: v_record_exists := TRUE;
6418: EXIT;
6419: END IF;

Line 6488: IGS_EN_SU_ATTEMPT_PKG.INSERT_ROW (

6484: END IF;
6485:
6486:
6487:
6488: IGS_EN_SU_ATTEMPT_PKG.INSERT_ROW (
6489: X_ROWID => l_rowid,
6490: X_PERSON_ID => p_person_id,
6491: X_COURSE_CD => p_transfer_course_cd,
6492: X_UNIT_CD => p_unit_cd,

Line 9557: IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW( -- calling the TBH since the count need not be updated

9553: END IF;
9554:
9555:
9556:
9557: IGS_EN_SU_ATTEMPT_PKG.UPDATE_ROW( -- calling the TBH since the count need not be updated
9558: X_ROWID => v_sua_source_rec.ROW_ID,
9559: X_PERSON_ID => v_sua_source_rec.PERSON_ID,
9560: X_COURSE_CD => v_sua_source_rec.COURSE_CD ,
9561: X_UNIT_CD => v_sua_source_rec.UNIT_CD,