DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SUA dependencies on IGS_EN_GEN_004

Line 2229: -- call to the igs_en_gen_008.enrp_get_var_window instead of IGS_EN_GEN_004.ENRP_GET_REC_WINDOW

2225: -- Sarakshi , 27-07-2001,one cursor is opened to fetch the uoo_id corresponding
2226: -- to the pk of igs_en_su_attempt and passed to igs_en_gen_008.enrp_get_var_window
2227:
2228: -- Modified the Next IF logic as per the Bug# 2356997. Made the
2229: -- call to the igs_en_gen_008.enrp_get_var_window instead of IGS_EN_GEN_004.ENRP_GET_REC_WINDOW
2230: IF igs_en_gen_008.enrp_get_var_window(
2231: p_cal_type,
2232: p_ci_sequence_number,
2233: p_effective_dt,

Line 3540: IF NOT IGS_EN_GEN_004.ENRP_GET_REC_WINDOW(

3536: FOR sub_usecs_rec IN get_sub_usecs LOOP
3537: l_enroll := TRUE;
3538: l_message_name := NULL;
3539: --call api to validate enrollment window
3540: IF NOT IGS_EN_GEN_004.ENRP_GET_REC_WINDOW(
3541: sub_usecs_rec.cal_type,
3542: sub_usecs_rec.ci_sequence_number,
3543: nvl(p_enrollment_date,SYSDATE),
3544: sub_usecs_rec.uoo_id,

Line 3659: END IF; --IF IGS_EN_GEN_004.ENRP_GET_REC_WINDOW

3655: END IF; -- l_enroll
3656: END IF; --l_waitlst_ind NULL
3657:
3658: END IF; --IGS_EN_GEN_008.ENRP_GET_VAR_WINDOW
3659: END IF; --IF IGS_EN_GEN_004.ENRP_GET_REC_WINDOW
3660: END LOOP;
3661: EXCEPTION
3662: WHEN OTHERS THEN
3663: IF cur_sup%ISOPEN THEN