DBA Data[Home] [Help]

APPS.IGS_AD_VAL_ACAI dependencies on IGS_EN_VAL_ENCMB

Line 774: IF IGS_EN_VAL_ENCMB.enrp_val_excld_crs(

770: RETURN FALSE;
771: END IF;
772: */
773: -- Validate for exclusion or suspension from the course
774: IF IGS_EN_VAL_ENCMB.enrp_val_excld_crs(
775: p_person_id,
776: p_course_cd,
777: v_encmb_check_dt,
778: v_message_name) = FALSE THEN

Line 2041: IF NOT IGS_EN_VAL_ENCMB.enrp_val_excld_us(

2037: END IF;
2038: */
2039: -- Validate for exclusion or suspension from the
2040: -- unit set version within the course.
2041: IF NOT IGS_EN_VAL_ENCMB.enrp_val_excld_us(
2042: p_person_id,
2043: p_course_cd,
2044: p_unit_set_cd,
2045: p_us_version_number,