DBA Data[Home] [Help]

APPS.IGS_EN_PLAN_UTILS dependencies on IGS_EN_GEN_017

Line 717: igs_en_gen_017.enrp_get_enr_method(l_enr_method_type,p_message_name,l_ret_status);

713: l_comm_type,
714: l_dummy);
715:
716: --- Get the enrollment method
717: igs_en_gen_017.enrp_get_enr_method(l_enr_method_type,p_message_name,l_ret_status);
718:
719: -- Get the value of Deny/Warn Flag for unit step 'DROP_CORE'
720: l_deny_warn := igs_ss_enr_details.get_notification(
721: p_person_type => l_person_type,

Line 989: -- Get the enrollment method type by calling the procedure igs_en_gen_017.enrp_get_enr_method

985: igs_en_add_units_api.g_swap_failed_uooids := NULL;
986: igs_en_add_units_api.g_ss_session_id := p_ss_session_id;
987:
988:
989: -- Get the enrollment method type by calling the procedure igs_en_gen_017.enrp_get_enr_method
990: igs_en_gen_017.enrp_get_enr_method(p_enr_method_type => l_enr_meth_type,
991: p_error_message => l_message,
992: p_ret_status => l_return_status);
993:

Line 990: igs_en_gen_017.enrp_get_enr_method(p_enr_method_type => l_enr_meth_type,

986: igs_en_add_units_api.g_ss_session_id := p_ss_session_id;
987:
988:
989: -- Get the enrollment method type by calling the procedure igs_en_gen_017.enrp_get_enr_method
990: igs_en_gen_017.enrp_get_enr_method(p_enr_method_type => l_enr_meth_type,
991: p_error_message => l_message,
992: p_ret_status => l_return_status);
993:
994: IF l_return_status = 'FALSE' OR l_message IS NOT NULL THEN