DBA Data[Home] [Help]

APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_SS_ENR_DETAILS

Line 97: calling the function igs_ss_enr_details.get_notification.

93: smanglm 22-Jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
94: svenkata 8-Jan-2003 Modified the message handling for eval_min_cp.
95: Nishikant 01NOV2002 SEVIS Build. Enh Bug#2641905. notification flag was
96: being fetched from cursor, now modified to get it by
97: calling the function igs_ss_enr_details.get_notification.
98: Nishikant 18-OCT-2002 The call to the function Igs_En_Elgbl_Program.eval_min_cp got modified since the signatue
99: got modified. Enrl Elgbl and Validation Build. Bug#2616692.
100: mesriniv 12-sep-2002 Added a new parameter waitlist_manual_ind in update row of IGS_EN_SU_ATTEMPT
101: for Bug 2554109 MINI Waitlist Build for Jan 03 Release

Line 459: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(

455: p_ret_status => l_ret_status);
456: l_person_type := Igs_En_Gen_008.enrp_get_person_type(NULL);
457:
458: l_message := NULL;
459: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(
460: p_person_type => l_person_type,
461: p_enrollment_category => l_enr_cat,
462: p_comm_type => l_enr_comm,
463: p_enr_method_type => l_enr_meth_type,

Line 497: l_deny_warn_max_cp := igs_ss_enr_details.get_notification(

493: App_Exception.Raise_Exception;
494: END IF;
495:
496: l_message := NULL;
497: l_deny_warn_max_cp := igs_ss_enr_details.get_notification(
498: p_person_type => l_person_type,
499: p_enrollment_category => l_enr_cat,
500: p_comm_type => l_enr_comm,
501: p_enr_method_type => l_enr_meth_type,

Line 528: l_deny_warn_reenroll := igs_ss_enr_details.get_notification(

524: App_Exception.Raise_Exception;
525: END IF;
526: --------------------------------------------------------------------------------------------------------------------------------------------
527: l_message := NULL;
528: l_deny_warn_reenroll := igs_ss_enr_details.get_notification(
529: p_person_type => l_person_type,
530: p_enrollment_category => l_enr_cat,
531: p_comm_type => l_enr_comm,
532: p_enr_method_type => l_enr_meth_type,

Line 577: l_deny_warn_att_type := igs_ss_enr_details.get_notification(

573: END IF;
574:
575: -- bmerugu added for 4433428
576: l_message := NULL;
577: l_deny_warn_att_type := igs_ss_enr_details.get_notification(
578: p_person_type => l_person_type,
579: p_enrollment_category => l_enr_cat,
580: p_comm_type => l_enr_comm,
581: p_enr_method_type => l_enr_meth_type,

Line 594: l_deny_warn_cross_loc := igs_ss_enr_details.get_notification(

590: app_exception.raise_exception;
591: END IF;
592:
593: l_message := NULL;
594: l_deny_warn_cross_loc := igs_ss_enr_details.get_notification(
595: p_person_type => l_person_type,
596: p_enrollment_category => l_enr_cat,
597: p_comm_type => l_enr_comm,
598: p_enr_method_type => l_enr_meth_type,

Line 611: l_deny_warn_cross_mod := igs_ss_enr_details.get_notification(

607: app_exception.raise_exception;
608: END IF;
609:
610: l_message := NULL;
611: l_deny_warn_cross_mod := igs_ss_enr_details.get_notification(
612: p_person_type => l_person_type,
613: p_enrollment_category => l_enr_cat,
614: p_comm_type => l_enr_comm,
615: p_enr_method_type => l_enr_meth_type,

Line 628: l_deny_warn_cross_fac := igs_ss_enr_details.get_notification(

624: app_exception.raise_exception;
625: END IF;
626:
627: l_message := NULL;
628: l_deny_warn_cross_fac := igs_ss_enr_details.get_notification(
629: p_person_type => l_person_type,
630: p_enrollment_category => l_enr_cat,
631: p_comm_type => l_enr_comm,
632: p_enr_method_type => l_enr_meth_type,