DBA Data[Home] [Help]

APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_SS_ENR_DETAILS

Line 1461: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(

1457: l_message:= NULL;
1458:
1459: l_person_type := igs_en_gen_008.enrp_get_person_type(p_course_cd);
1460:
1461: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(
1462: p_person_type => l_person_type,
1463: p_enrollment_category => l_enr_cat,
1464: p_comm_type => l_enr_comm,
1465: p_enr_method_type => l_enr_meth_type,

Line 1483: l_deny_warn_att_type := igs_ss_enr_details.get_notification(

1479:
1480: END IF;
1481:
1482:
1483: l_deny_warn_att_type := igs_ss_enr_details.get_notification(
1484: p_person_type => l_person_type,
1485: p_enrollment_category => l_enr_cat,
1486: p_comm_type => l_enr_comm,
1487: p_enr_method_type => l_enr_meth_type,

Line 1504: l_deny_warn_core := igs_ss_enr_details.get_notification(

1500: END IF;
1501:
1502: --bmerugu added
1503: -- Get the value of Deny/Warn Flag for unit step 'DROP_CORE'
1504: l_deny_warn_core := igs_ss_enr_details.get_notification(
1505: p_person_type => l_person_type,
1506: p_enrollment_category => l_enr_cat,
1507: p_comm_type => l_enr_comm,
1508: p_enr_method_type => l_enr_meth_type,

Line 1553: l_deny_warn_coreq := igs_ss_enr_details.get_notification(

1549: END IF ;
1550:
1551: l_message := NULL;
1552:
1553: l_deny_warn_coreq := igs_ss_enr_details.get_notification(
1554: p_person_type => l_person_type,
1555: p_enrollment_category => l_enr_cat,
1556: p_comm_type => l_enr_comm,
1557: p_enr_method_type => l_enr_meth_type,

Line 1573: l_deny_warn_prereq := igs_ss_enr_details.get_notification(

1569:
1570: END IF;
1571:
1572: l_message := NULL;
1573: l_deny_warn_prereq := igs_ss_enr_details.get_notification(
1574: p_person_type => l_person_type,
1575: p_enrollment_category => l_enr_cat,
1576: p_comm_type => l_enr_comm,
1577: p_enr_method_type => l_enr_meth_type,