DBA Data[Home] [Help]

APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_SS_ENR_DETAILS

Line 1139: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(

1135: l_enr_comm :='ALL';
1136: END IF;
1137:
1138: l_message:= NULL;
1139: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(
1140: p_person_type => p_person_type,
1141: p_enrollment_category => l_enr_cat,
1142: p_comm_type => l_enr_comm,
1143: p_enr_method_type => l_enr_meth_type,

Line 1155: l_deny_warn_att_type := igs_ss_enr_details.get_notification(

1151: p_return_status := 'FALSE';
1152: RETURN;
1153: END IF;
1154:
1155: l_deny_warn_att_type := igs_ss_enr_details.get_notification(
1156: p_person_type => p_person_type,
1157: p_enrollment_category => l_enr_cat,
1158: p_comm_type => l_enr_comm,
1159: p_enr_method_type => l_enr_meth_type,

Line 1196: l_deny_warn_coreq := igs_ss_enr_details.get_notification(

1192: END IF ;
1193:
1194: END IF ;
1195:
1196: l_deny_warn_coreq := igs_ss_enr_details.get_notification(
1197: p_person_type => p_person_type,
1198: p_enrollment_category => l_enr_cat,
1199: p_comm_type => l_enr_comm,
1200: p_enr_method_type => l_enr_meth_type,

Line 1212: l_deny_warn_prereq := igs_ss_enr_details.get_notification(

1208: p_return_status := 'FALSE';
1209: RETURN;
1210: END IF;
1211:
1212: l_deny_warn_prereq := igs_ss_enr_details.get_notification(
1213: p_person_type => p_person_type,
1214: p_enrollment_category => l_enr_cat,
1215: p_comm_type => l_enr_comm,
1216: p_enr_method_type => l_enr_meth_type,

Line 2182: l_current_cp := igs_ss_enr_details.get_credit_points(x_person_id,x_uoo_id,l_su_rec.unit_cd,l_su_rec.version_number,x_program_cd);

2178: -- Checking Load Incurred as user can re-instate a discontinued unit and change CP in one transaction
2179: --
2180: -- Getting the current cp and passing this against parameter p_override_enrolled_cp to get Incurred CP.
2181: -- (As the current CP can be from igs_ps_unit_ver or from igs_en_su_attempt)
2182: l_current_cp := igs_ss_enr_details.get_credit_points(x_person_id,x_uoo_id,l_su_rec.unit_cd,l_su_rec.version_number,x_program_cd);
2183: IF Igs_En_Prc_Load.ENRP_GET_LOAD_INCUR(
2184: l_su_rec.cal_type,
2185: l_su_rec.ci_sequence_number,
2186: l_su_rec.discontinued_dt,

Line 2239: l_deny_warn_max_cp := igs_ss_enr_details.get_notification(

2235: -- which is passed to Min and Max CP validations.
2236: l_calc_cp := l_over_incurred_cp - l_enr_incurred_cp;
2237:
2238: l_message := NULL;
2239: l_deny_warn_max_cp := igs_ss_enr_details.get_notification(
2240: p_person_type => x_person_type,
2241: p_enrollment_category => l_enr_cat,
2242: p_comm_type => l_enr_comm,
2243: p_enr_method_type => l_enr_meth_type,

Line 2255: l_deny_warn_reenroll := igs_ss_enr_details.get_notification(

2251: x_return_status := 'DENY';
2252: RETURN;
2253: END IF;
2254: --------------------------------------------------------------------------------------------------------------------------------------------
2255: l_deny_warn_reenroll := igs_ss_enr_details.get_notification(
2256: p_person_type => x_person_type,
2257: p_enrollment_category => l_enr_cat,
2258: p_comm_type => l_enr_comm,
2259: p_enr_method_type => l_enr_meth_type,

Line 2271: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(

2267: x_return_status := 'DENY';
2268: RETURN;
2269: END IF;
2270:
2271: l_deny_warn_min_cp := igs_ss_enr_details.get_notification(
2272: p_person_type => x_person_type,
2273: p_enrollment_category => l_enr_cat,
2274: p_comm_type => l_enr_comm,
2275: p_enr_method_type => l_enr_meth_type,

Line 2287: l_deny_warn_att_type := igs_ss_enr_details.get_notification(

2283: x_return_status := 'DENY';
2284: RETURN;
2285: END IF;
2286:
2287: l_deny_warn_att_type := igs_ss_enr_details.get_notification(
2288: p_person_type => x_person_type,
2289: p_enrollment_category => l_enr_cat,
2290: p_comm_type => l_enr_comm,
2291: p_enr_method_type => l_enr_meth_type,

Line 2304: l_deny_warn_cross_loc := igs_ss_enr_details.get_notification(

2300: x_return_status := 'DENY';
2301: RETURN;
2302: END IF;
2303:
2304: l_deny_warn_cross_loc := igs_ss_enr_details.get_notification(
2305: p_person_type => x_person_type,
2306: p_enrollment_category => l_enr_cat,
2307: p_comm_type => l_enr_comm,
2308: p_enr_method_type => l_enr_meth_type,

Line 2321: l_deny_warn_cross_mod := igs_ss_enr_details.get_notification(

2317: x_return_status := 'DENY';
2318: RETURN;
2319: END IF;
2320:
2321: l_deny_warn_cross_mod := igs_ss_enr_details.get_notification(
2322: p_person_type => x_person_type,
2323: p_enrollment_category => l_enr_cat,
2324: p_comm_type => l_enr_comm,
2325: p_enr_method_type => l_enr_meth_type,

Line 2338: l_deny_warn_cross_fac := igs_ss_enr_details.get_notification(

2334: x_return_status := 'DENY';
2335: RETURN;
2336: END IF;
2337:
2338: l_deny_warn_cross_fac := igs_ss_enr_details.get_notification(
2339: p_person_type => x_person_type,
2340: p_enrollment_category => l_enr_cat,
2341: p_comm_type => l_enr_comm,
2342: p_enr_method_type => l_enr_meth_type,

Line 2816: l_deny_warn_min_cp:= igs_ss_enr_details.get_notification(p_person_type => p_person_type,

2812: l_enr_comm :='ALL';
2813: END IF;
2814: IF p_val_ovrrd_chk ='N' THEN
2815: l_message:= NULL;
2816: l_deny_warn_min_cp:= igs_ss_enr_details.get_notification(p_person_type => p_person_type,
2817: p_enrollment_category => p_enrolment_cat,
2818: p_comm_type => l_enr_comm,
2819: p_enr_method_type => p_enr_meth_type,
2820: p_step_group_type => 'PROGRAM',

Line 2832: l_deny_warn_att_type := igs_ss_enr_details.get_notification(p_person_type => p_person_type,

2828: END IF;
2829: END IF;
2830: IF p_val_ovrrd_chk ='N' THEN
2831: l_message:= NULL;
2832: l_deny_warn_att_type := igs_ss_enr_details.get_notification(p_person_type => p_person_type,
2833: p_enrollment_category => p_enrolment_cat,
2834: p_comm_type => l_enr_comm,
2835: p_enr_method_type => p_enr_meth_type,
2836: p_step_group_type => 'PROGRAM',

Line 2849: l_deny_warn_coreq := igs_ss_enr_details.get_notification( p_person_type => p_person_type,

2845: l_deny_warn_att_type :=p_force_att_type;
2846: END IF;
2847: IF p_val_ovrrd_chk = 'N' THEN
2848: l_message:= NULL;
2849: l_deny_warn_coreq := igs_ss_enr_details.get_notification( p_person_type => p_person_type,
2850: p_enrollment_category => p_enrolment_cat,
2851: p_comm_type => l_enr_comm,
2852: p_enr_method_type => p_enr_meth_type,
2853: p_step_group_type => 'UNIT',

Line 2865: l_deny_warn_prereq := igs_ss_enr_details.get_notification( p_person_type => p_person_type,

2861: END IF;
2862: END IF;
2863: IF p_val_ovrrd_chk ='N' THEN
2864: l_message:= NULL;
2865: l_deny_warn_prereq := igs_ss_enr_details.get_notification( p_person_type => p_person_type,
2866: p_enrollment_category => p_enrolment_cat,
2867: p_comm_type => l_enr_comm,
2868: p_enr_method_type => p_enr_meth_type,
2869: p_step_group_type => 'UNIT',

Line 3682: l_deny_warn_val := igs_ss_enr_details.get_notification(

3678:
3679:
3680: l_message := NULL;
3681:
3682: l_deny_warn_val := igs_ss_enr_details.get_notification(
3683: p_person_type => x_person_type,
3684: p_enrollment_category => l_enr_cat,
3685: p_comm_type => l_enr_comm,
3686: p_enr_method_type => l_enr_meth_type,

Line 4234: l_notification_flag := igs_ss_enr_details.get_notification(

4230:
4231: IF p_no_assessment_ind = 'Y' THEN
4232: -- check if audit permission step is setup
4233:
4234: l_notification_flag := igs_ss_enr_details.get_notification(
4235: p_person_type => lv_person_type,
4236: p_enrollment_category => l_enrollment_category,
4237: p_comm_type => l_commencement_type,
4238: p_enr_method_type => l_enr_method_type,

Line 4291: l_notification_flag := igs_ss_enr_details.get_notification(

4287:
4288: END IF;
4289:
4290: --call igs_en_elgbl_unit. eval_student_audit_limit to validate audit limit for student
4291: l_notification_flag := igs_ss_enr_details.get_notification(
4292: p_person_type => lv_person_type,
4293: p_enrollment_category => l_enrollment_category,
4294: p_comm_type => l_commencement_type,
4295: p_enr_method_type => l_enr_method_type,