DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_EN_GEN_017

Line 1568: igs_en_gen_017.g_invoke_source := 'JOB';

1564: l_discontinued_dt := NVL(p_discontinued_dt,TRUNC(SYSDATE));
1565: l_enrolled_dt := NVL(p_enrolled_dt,TRUNC(SYSDATE));
1566:
1567: --Changing the invoke source from NJOB to JOB to correct _actual counter handling
1568: igs_en_gen_017.g_invoke_source := 'JOB';
1569:
1570: OPEN c_enroll('ENROL');
1571: FETCH c_enroll INTO l_enroll;
1572: CLOSE c_enroll;

Line 5060: igs_en_gen_017.g_invoke_source := 'JOB';

5056: END enrpl_upd_sua_uoo;
5057: BEGIN -- enrp_prc_sua_blk_trn
5058:
5059: --adding invoke source to correct _actual counter handling of the USEC
5060: igs_en_gen_017.g_invoke_source := 'JOB';
5061:
5062: -- Determine the academic period for the teaching period.
5063: v_alt_cd := IGS_EN_GEN_002.enrp_get_acad_alt_cd(
5064: p_teach_cal_type,