DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_EN_GEN_017

Line 673: || smanglm 22-Jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type

669: || If student has got Closed section override, he/she will be Enrolled subject to Override max limit
670: || , otherwise student will be wiatlisted subject to waitlist setup.
671: || HISTORY
672: || WHO WHEN WHAT
673: || smanglm 22-Jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
674: || knaraset 17-Jul-2002 modified the entire logic which consider only Actual Enrollment and
675: || Max. enrollment limit And other overrides and waitlist setup,
676: || as part fo the bug fix:2417240
677: || pradhakr 24-Oct-2002 Modified the code to get the enrollment maximum, override max from

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

1057: p_waitlist_ind := 'N';
1058: ELSE
1059: CLOSE c_sua_rs;
1060: -- Get the Self service enrollment menthod type
1061: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
1062: igs_en_gen_017.enrp_get_enr_method(
1063: p_enr_method_type => l_enr_meth_type,
1064: p_error_message => l_message,
1065: p_ret_status => l_ret_status);

Line 1062: igs_en_gen_017.enrp_get_enr_method(

1058: ELSE
1059: CLOSE c_sua_rs;
1060: -- Get the Self service enrollment menthod type
1061: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
1062: igs_en_gen_017.enrp_get_enr_method(
1063: p_enr_method_type => l_enr_meth_type,
1064: p_error_message => l_message,
1065: p_ret_status => l_ret_status);
1066:

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

2085: p_return_status := 'SPL_ERR';
2086: RETURN;
2087: END IF;
2088:
2089: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
2090: igs_en_gen_017.enrp_get_enr_method(
2091: p_enr_method_type => l_enr_method,
2092: p_error_message => l_message,
2093: p_ret_status => l_return_status);

Line 2090: igs_en_gen_017.enrp_get_enr_method(

2086: RETURN;
2087: END IF;
2088:
2089: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
2090: igs_en_gen_017.enrp_get_enr_method(
2091: p_enr_method_type => l_enr_method,
2092: p_error_message => l_message,
2093: p_ret_status => l_return_status);
2094:

Line 2614: igs_en_gen_017.enrp_get_enr_method(l_enr_method_type,l_message,l_ret_status);

2610: l_dummy);
2611:
2612: IF p_enr_method IS NULL THEN
2613: --- Get the enrollment method
2614: igs_en_gen_017.enrp_get_enr_method(l_enr_method_type,l_message,l_ret_status);
2615: ELSE
2616: l_enr_method_type := p_enr_method;
2617: END IF;
2618: -- Get the value of Deny/Warn Flag for unit step 'DROP_CORE'