DBA Data[Home] [Help]

APPS.IGS_EN_GEN_009 dependencies on IGS_EN_VAL_PEE

Line 118: IF (IGS_EN_VAL_PEE.enrp_val_pee_sca(

114: END IF;
115: CLOSE c_s_encmb_effect_type;
116: -- This effect cannot be applied if a IGS_PE_PERSON is still enrolled in a IGS_PS_COURSE
117: IF (v_etde_rec.s_encmb_effect_type = 'RVK_SRVC') THEN
118: IF (IGS_EN_VAL_PEE.enrp_val_pee_sca(
119: p_person_id,
120: p_message_name) = FALSE) THEN
121: -- This IGS_PE_PERSON is currently enrolled in IGS_PS_COURSE(s),
122: -- effect type can not be created

Line 145: IF IGS_EN_VAL_PEE.enrp_val_pee_crs (

141: -- no need to set the IGS_PS_COURSE
142: v_course_cd := NULL;
143: ELSIF (p_course_cd IS NOT NULL) THEN
144: -- Validate that IGS_PE_PERSON is enrolled in the IGS_PS_COURSE.
145: IF IGS_EN_VAL_PEE.enrp_val_pee_crs (
146: p_person_id,
147: p_course_cd,
148: p_message_name) = FALSE THEN
149: -- This IGS_PE_PERSON is not enrolled in IGS_PS_COURSE,

Line 194: IF IGS_EN_VAL_PEE.enrp_val_pee_crs_att(

190: -- Validate if IGS_PE_PERSON already has a restricted attendance type encumbrance
191: -- applied to the target IGS_PS_COURSE. If so, don't create another.
192: IF v_course_cd IS NOT NULL AND
193: v_etde_rec.s_encmb_effect_type = 'RSTR_AT_TY' THEN
194: IF IGS_EN_VAL_PEE.enrp_val_pee_crs_att(
195: p_person_id,
196: v_etde_rec.s_encmb_effect_type,
197: 0,
198: v_course_cd,

Line 214: IF IGS_EN_VAL_PEE.enrp_val_pee_crs_cp(

210: -- Validate if IGS_PE_PERSON already has a restricted credit point encumbrance
211: -- applied to the target IGS_PS_COURSE. If so, don't create another.
212: IF v_course_cd IS NOT NULL AND
213: v_etde_rec.s_encmb_effect_type IN ('RSTR_LE_CP','RSTR_GE_CP') THEN
214: IF IGS_EN_VAL_PEE.enrp_val_pee_crs_cp(
215: p_person_id,
216: v_etde_rec.s_encmb_effect_type,
217: 0,
218: v_course_cd,