DBA Data[Home] [Help]

APPS.IGS_EN_ADD_UNITS_API dependencies on IGS_SS_ENR_DETAILS

Line 2846: l_deny_warn := igs_ss_enr_details.get_notification(

2842: END IF;
2843:
2844: p_rule_failed := FALSE;
2845: l_message_name := NULL;
2846: l_deny_warn := igs_ss_enr_details.get_notification(
2847: p_person_type => g_person_type,
2848: p_enrollment_category => l_en_cpd_ext_rec.enrolment_cat,
2849: p_comm_type => l_en_cpd_ext_rec.s_student_comm_type,
2850: p_enr_method_type => l_en_cpd_ext_rec.enr_method_type,

Line 3739: l_deny_warn_max_cp := igs_ss_enr_details.get_notification(

3735: l_min_cp_fail := FALSE;
3736:
3737: l_message_name := NULL;
3738: l_deny_warn_max_cp := NULL;
3739: l_deny_warn_max_cp := igs_ss_enr_details.get_notification(
3740: p_person_type => g_person_type,
3741: p_enrollment_category => p_enrollment_category,
3742: p_comm_type => p_comm_type,
3743: p_enr_method_type => p_enr_method_type,

Line 3756: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(

3752: RETURN;
3753: END IF;
3754:
3755: l_deny_warn_min_cp := NULL;
3756: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(
3757: p_person_type => g_person_type,
3758: p_enrollment_category => p_enrollment_category,
3759: p_comm_type => p_comm_type,
3760: p_enr_method_type => p_enr_method_type,

Line 4595: l_deny_warn := igs_ss_enr_details.get_notification(

4591:
4592: l_deny_warn := NULL;
4593: l_message_name := NULL;
4594: -- get the notification flag for max cp
4595: l_deny_warn := igs_ss_enr_details.get_notification(
4596: p_person_type => g_person_type,
4597: p_enrollment_category => p_enrollment_category,
4598: p_comm_type => p_comm_type,
4599: p_enr_method_type => p_enr_meth_type,

Line 4750: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(

4746:
4747: --- get the notification flag for min cp
4748: l_deny_warn_min_cp := NULL;
4749: l_message_name := NULL;
4750: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(
4751: p_person_type => g_person_type,
4752: p_enrollment_category => p_enrollment_category,
4753: p_comm_type => p_comm_type,
4754: p_enr_method_type => p_enr_meth_type,

Line 4931: l_deny_warn_coreq := igs_ss_enr_details.get_notification(

4927:
4928: l_message_name := NULL;
4929:
4930: l_deny_warn_coreq := NULL;
4931: l_deny_warn_coreq := igs_ss_enr_details.get_notification(
4932: p_person_type => g_person_type,
4933: p_enrollment_category => p_enrollment_category,
4934: p_comm_type => p_comm_type,
4935: p_enr_method_type => p_enr_meth_type,

Line 4948: l_deny_warn_prereq := igs_ss_enr_details.get_notification(

4944: RETURN;
4945: END IF;
4946:
4947: l_deny_warn_prereq := NULL;
4948: l_deny_warn_prereq := igs_ss_enr_details.get_notification(
4949: p_person_type => g_person_type,
4950: p_enrollment_category => p_enrollment_category,
4951: p_comm_type => p_comm_type,
4952: p_enr_method_type => p_enr_meth_type,