DBA Data[Home] [Help]

APPS.IGS_EN_STDNT_PS_ATT_PKG dependencies on IGS_EN_STDNT_PS_ATT_PKG

Line 1: PACKAGE BODY Igs_En_Stdnt_Ps_Att_Pkg AS

1: PACKAGE BODY Igs_En_Stdnt_Ps_Att_Pkg AS
2: /* $Header: IGSEI24B.pls 120.11 2006/06/29 09:58:09 shimitta ship $ */
3: l_rowid VARCHAR2(25);
4: old_references IGS_EN_STDNT_PS_ATT_ALL%ROWTYPE;
5: new_references IGS_EN_STDNT_PS_ATT_ALL%ROWTYPE;

Line 634: IF (NOT IGS_EN_STDNT_PS_ATT_PKG.skip_before_after_dml) THEN

630: ELSE
631: v_course_attempt_status := new_references.course_attempt_status;
632: END IF;
633:
634: IF (NOT IGS_EN_STDNT_PS_ATT_PKG.skip_before_after_dml) THEN
635: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'N'
636: OR new_references.primary_program_type = 'PRIMARY' THEN
637: new_references.course_attempt_status :=
638: IGS_EN_GEN_006.ENRP_GET_SCA_STATUS(

Line 2882: IF (p_action in ('INSERT','UPDATE')) AND (NOT IGS_EN_STDNT_PS_ATT_PKG.skip_before_after_dml) THEN

2878: -- call the before dml of igs_en_career_model package only if the global variable skip_before_after_dml
2879: -- is false . This variable will be made true in the after dml procedure of igs_en_career_model package
2880: -- to avoid calling before and after dml procedures during recursion of UPDATE_ROW call in the career package
2881: -- donot remove this condition ( included in career_impcat dld)
2882: IF (p_action in ('INSERT','UPDATE')) AND (NOT IGS_EN_STDNT_PS_ATT_PKG.skip_before_after_dml) THEN
2883:
2884:
2885: IGS_EN_CAREER_MODEL.SCA_TBH_BEFORE_DML(
2886: p_person_id => new_references.person_id,

Line 3344: p_skip_before_after_dml => IGS_EN_STDNT_PS_ATT_PKG.skip_before_after_dml);

3340:
3341: AFTER_DML_RECURSIVE_CALLS(p_old_references => old_references,
3342: p_new_references => new_references,
3343: p_action => p_action,
3344: p_skip_before_after_dml => IGS_EN_STDNT_PS_ATT_PKG.skip_before_after_dml);
3345:
3346: END After_DML;
3347:
3348:

Line 4841: END Igs_En_Stdnt_Ps_Att_Pkg;

4837:
4838:
4839: END enrp_ins_upd_term_rec;
4840:
4841: END Igs_En_Stdnt_Ps_Att_Pkg;