DBA Data[Home] [Help]

APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_GEN_017

Line 2359: Igs_En_Gen_017.enrp_get_enr_method(

2355: l_comm_type :='ALL';
2356: END IF;
2357:
2358: -- Get the enrollment method type
2359: Igs_En_Gen_017.enrp_get_enr_method(
2360: p_enr_method_type => l_enr_method_type,
2361: p_error_message => l_message,
2362: p_ret_status => l_ret_status);
2363:

Line 3085: -- Call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type

3081: AND tp.sequence_number = cp_sequence_number;
3082: rec_stud_timeslot c_stud_timeslot%ROWTYPE;
3083:
3084: BEGIN
3085: -- Call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
3086: igs_en_gen_017.enrp_get_enr_method(
3087: p_enr_method_type => l_c_en_meth_type,
3088: p_error_message => l_c_msg,
3089: p_ret_status => l_c_ret_sts);

Line 3086: igs_en_gen_017.enrp_get_enr_method(

3082: rec_stud_timeslot c_stud_timeslot%ROWTYPE;
3083:
3084: BEGIN
3085: -- Call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
3086: igs_en_gen_017.enrp_get_enr_method(
3087: p_enr_method_type => l_c_en_meth_type,
3088: p_error_message => l_c_msg,
3089: p_ret_status => l_c_ret_sts);
3090: