DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_EN_VAL_SUA

Line 1276: -- pradhakr 23-Dec-2002 Added a call to the function IGS_EN_VAL_SUA.enrp_val_coo_loc.

1272: --Known limitations/enhancements and/or remarks:
1273: --
1274: --Change History:
1275: --Who When What
1276: -- pradhakr 23-Dec-2002 Added a call to the function IGS_EN_VAL_SUA.enrp_val_coo_loc.
1277: -- This function call validates unit location code against
1278: -- course_offering_option location code for the enrolled course.
1279: -- Bug# 2689233.
1280: -- stutta 19-NOV-2003 Replaced a cursor to return coo_id from program attempt table

Line 1352: IF IGS_EN_VAL_SUA.enrp_val_coo_loc(

1348: CLOSE c_location;
1349:
1350: -- The following call validates unit location code against
1351: -- course_offering_option location code for the enrolled course
1352: IF IGS_EN_VAL_SUA.enrp_val_coo_loc(
1353: l_coo_id,
1354: l_location_rec.location_cd,
1355: v_message_name) THEN
1356: RETURN TRUE;

Line 1491: IF igs_en_val_sua.enrp_val_coo_mode (

1487: --
1488: -- determine if the unit attempt is in line with students forced
1489: -- mode (if applicable).
1490: --
1491: IF igs_en_val_sua.enrp_val_coo_mode (
1492: p_coo_id => l_coo_id,
1493: p_unit_class => l_unit_class_rec.unit_class,
1494: p_message_name => l_message
1495: ) THEN