DBA Data[Home] [Help]

APPS.IGS_AV_GEN_001 dependencies on IGS_EN_VAL_ENCMB

Line 730: IF (IGS_EN_VAL_ENCMB.enrp_val_excld_prsn(

726: NULL; -- do nothing, continue IGS_AV_STND_UNIT
727: ELSE
728: -- For each IGS_AV_STND_UNIT.as_course_cd
729: -- Validate that person/course is not excluded from advanced standing
730: IF (IGS_EN_VAL_ENCMB.enrp_val_excld_prsn(
731: v_asu_rec.person_id,
732: v_asu_rec.as_course_cd,
733: v_granted_dt,
734: v_message_name) = FALSE) THEN

Line 1035: IF (IGS_EN_VAL_ENCMB.enrp_val_excld_prsn(

1031: NULL;
1032: ELSE
1033: -- For each IGS_AV_STND_UNIT_LVL.as_course_cd
1034: -- Validate that person/course is not excluded from advanced standing
1035: IF (IGS_EN_VAL_ENCMB.enrp_val_excld_prsn(
1036: v_asul_rec.person_id,
1037: v_asul_rec.as_course_cd,
1038: v_granted_dt,
1039: v_message_name) = FALSE) THEN