DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_EN_GEN_017

Line 522: smanglm 03-02-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type

518: Who When What
519: ckasu 15-Jul-2005 Modified this function inorder to log warning records in to a warnings Table
520: when called from selefservice pages as a part of EN317 SS UI Build bug#4377985
521:
522: smanglm 03-02-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
523: kkillams 05-11-2002 As part of sevis build, Minimum credit point could be defined at person id group level also.
524: If minimum credit points are not set progression level then check at person id group level,
525: then check it at term/load level. Bug#2641905
526: Nishikant 17OCT2002 Enrl Elgbl and Validation Build. Bug#2616692

Line 729: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type

725:
726: -- Findout the enrollment method type of enrollment method type is not set
727: IF g_method_type IS NULL THEN
728:
729: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
730: igs_en_gen_017.enrp_get_enr_method(
731: p_enr_method_type => g_method_type,
732: p_error_message => l_message,
733: p_ret_status => l_return_status);

Line 730: igs_en_gen_017.enrp_get_enr_method(

726: -- Findout the enrollment method type of enrollment method type is not set
727: IF g_method_type IS NULL THEN
728:
729: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
730: igs_en_gen_017.enrp_get_enr_method(
731: p_enr_method_type => g_method_type,
732: p_error_message => l_message,
733: p_ret_status => l_return_status);
734: