DBA Data[Home] [Help]

APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_GEN_017

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

94:
95: BEGIN
96:
97: igs_en_add_units_api.g_ss_session_id := p_ss_session_id;
98: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
99: igs_en_gen_017.enrp_get_enr_method(
100: p_enr_method_type => l_enr_method,
101: p_error_message => l_message,
102: p_ret_status => l_return_status);

Line 99: igs_en_gen_017.enrp_get_enr_method(

95: BEGIN
96:
97: igs_en_add_units_api.g_ss_session_id := p_ss_session_id;
98: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
99: igs_en_gen_017.enrp_get_enr_method(
100: p_enr_method_type => l_enr_method,
101: p_error_message => l_message,
102: p_ret_status => l_return_status);
103:

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

202: l_message VARCHAR2(2000);
203: l_return_status VARCHAR2(10);
204:
205: BEGIN
206: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
207: igs_en_gen_017.enrp_get_enr_method(
208: p_enr_method_type => l_enr_method,
209: p_error_message => l_message,
210: p_ret_status => l_return_status);

Line 207: igs_en_gen_017.enrp_get_enr_method(

203: l_return_status VARCHAR2(10);
204:
205: BEGIN
206: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
207: igs_en_gen_017.enrp_get_enr_method(
208: p_enr_method_type => l_enr_method,
209: p_error_message => l_message,
210: p_ret_status => l_return_status);
211: IF igs_en_enroll_wlst.validate_unit_steps ( p_person_id,

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

522: ********************************************************************************************/
523:
524:
525: IF p_enr_method IS NULL THEN
526: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
527: igs_en_gen_017.enrp_get_enr_method(
528: p_enr_method_type => l_enr_method,
529: p_error_message => l_message,
530: p_ret_status => l_return_status);

Line 527: igs_en_gen_017.enrp_get_enr_method(

523:
524:
525: IF p_enr_method IS NULL THEN
526: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
527: igs_en_gen_017.enrp_get_enr_method(
528: p_enr_method_type => l_enr_method,
529: p_error_message => l_message,
530: p_ret_status => l_return_status);
531: IF l_return_status = 'FALSE' THEN

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

889: BEGIN
890:
891:
892: IF p_enr_method IS NULL THEN
893: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
894: igs_en_gen_017.enrp_get_enr_method(
895: p_enr_method_type => l_enr_method_type,
896: p_error_message => p_message,
897: p_ret_status => p_return_status);

Line 894: igs_en_gen_017.enrp_get_enr_method(

890:
891:
892: IF p_enr_method IS NULL THEN
893: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
894: igs_en_gen_017.enrp_get_enr_method(
895: p_enr_method_type => l_enr_method_type,
896: p_error_message => p_message,
897: p_ret_status => p_return_status);
898: IF p_return_status = 'FALSE' THEN

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

959: p_ovrrd_att_typ_chk IN VARCHAR2
960: ) AS
961: /* History
962: WHO WHEN WHAT
963: smanglm 03-02-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
964: svenkata 28-Jan-03 Modified the manner in which the string of unit codes that failed the co-req / pre-req valdns are created.
965: svenkata 7-Jan-03 Incorporated the logic for 'When first Reach Attendance Type'. The routine enrp_val_coo_att is being called to get the
966: Att Typ before updating the CP.The routine eval_unit_forced_type is then called called to evaluate with the fetched value-Bug#2737263
967: svenkata 20-Dec-02 Added a new parameter p_ovrrd_att_type for attendance Type validation. Incorporated Att Type

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

1087: l_person_id_found igs_en_su_attempt_all.person_id%TYPE;
1088: BEGIN
1089: lData := lDataEmpty; --Initializing the array
1090:
1091: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
1092: igs_en_gen_017.enrp_get_enr_method(
1093: p_enr_method_type => l_enr_meth_type,
1094: p_error_message => l_message,
1095: p_ret_status => l_return_status);

Line 1092: igs_en_gen_017.enrp_get_enr_method(

1088: BEGIN
1089: lData := lDataEmpty; --Initializing the array
1090:
1091: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
1092: igs_en_gen_017.enrp_get_enr_method(
1093: p_enr_method_type => l_enr_meth_type,
1094: p_error_message => l_message,
1095: p_ret_status => l_return_status);
1096:

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

2029: -- Change History
2030: -- Who When What
2031: -- rvivekan 18-jun-2003 Reenrollment and repeat build #2881363 added
2032: -- reenroll step to validate_upd_cp
2033: -- smanglm 03-02-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
2034: -- amuthu 20-JAN-2003 moved the savepoint to the begining of the procedure
2035: -- svenkata 7-Jan-03 Incorporated the logic for 'When first Reach Attendance Type'. The routine enrp_val_coo_att is being called to get the
2036: -- Att Typ before updating the CP.The CP is updated and the routine eval_unit_forced_type is called to evaluate. A call to
2037: -- SUA Update row is made intentinally 'cos the post validation cannot be carried out in the SS screen from where this routine is called.Bug#2737263

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

2134:
2135: SAVEPOINT upd_sua_cp;
2136:
2137:
2138: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
2139: igs_en_gen_017.enrp_get_enr_method(
2140: p_enr_method_type => l_enr_meth_type,
2141: p_error_message => l_message,
2142: p_ret_status => l_return_status);

Line 2139: igs_en_gen_017.enrp_get_enr_method(

2135: SAVEPOINT upd_sua_cp;
2136:
2137:
2138: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
2139: igs_en_gen_017.enrp_get_enr_method(
2140: p_enr_method_type => l_enr_meth_type,
2141: p_error_message => l_message,
2142: p_ret_status => l_return_status);
2143:

Line 3282: igs_en_gen_017.enrp_get_enr_method(l_enr_method,l_message,l_return_status);

3278: CLOSE cur_get_person_num;
3279:
3280:
3281: --- Get the enrollment method
3282: igs_en_gen_017.enrp_get_enr_method(l_enr_method,l_message,l_return_status);
3283:
3284: -- Add Destination Unit Section to Cart
3285: insert_into_enr_worksheet(
3286: p_person_number => l_person_number,

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

3639: l_dummy1 VARCHAR2(200);
3640:
3641: BEGIN
3642:
3643: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
3644:
3645: igs_en_gen_017.enrp_get_enr_method(
3646: p_enr_method_type => l_enr_meth_type,
3647: p_error_message => l_message,

Line 3645: igs_en_gen_017.enrp_get_enr_method(

3641: BEGIN
3642:
3643: -- call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
3644:
3645: igs_en_gen_017.enrp_get_enr_method(
3646: p_enr_method_type => l_enr_meth_type,
3647: p_error_message => l_message,
3648: p_ret_status => l_return_status);
3649:

Line 4194: igs_en_gen_017.enrp_get_enr_method(

4190: CLOSE cur_per_typ;
4191: /*** To get person type ***/
4192:
4193: -- if student is auditing this unit attempt then check the following
4194: igs_en_gen_017.enrp_get_enr_method(
4195: p_enr_method_type => l_enr_method_type,
4196: p_error_message => p_message,
4197: p_ret_status => p_return_status);
4198: IF p_return_status = 'FALSE' THEN