DBA Data[Home] [Help]

APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_PS_GEN_003

Line 643: sarakshi 21-oct-2003 Bug#3052452,used igs_ps_gen_003.enrollment_for_uoo_check in place of using a local cursor

639: Who When What
640: sommukhe 12-JAN-2006 Bug#4926548, in the cursor user_check changed the table fnd_user_resp_groups to fnd_user_resp_groups_direct
641: modified the cursors c_anon_grd_method and c_cal_rel also introduced new cursors c_min_load_start_dt and cur_teach_load.
642: sarakshi 13-Apr-2004 Bug#3555871,added validation of teach calender association with load calender.Also removed the call of get_call_number .
643: sarakshi 21-oct-2003 Bug#3052452,used igs_ps_gen_003.enrollment_for_uoo_check in place of using a local cursor
644: smvk 24-Sep-2003 Bug # 3121311. Removed the validation to check unit contact person is of person type staff member.
645: Removed the variable l_n_unit_contact_id and calls to get_party_id and validate_staff_person.
646: sarakshi 11-Sep-2003 Enh#3052452,Added validation related to passed sup_uoo_id
647: sarakshi 22-Aug-2003 Bug#304509, added validation, Not Multiple Unit Section Flag should not be N if it N at Unit level

Line 1085: IF igs_ps_gen_003.enrollment_for_uoo_check(l_n_sup_uoo_id) THEN

1081: p_usec_rec.status := 'E';
1082: END IF;
1083:
1084: --Check if superior unit section exists in any enrollment activity
1085: IF igs_ps_gen_003.enrollment_for_uoo_check(l_n_sup_uoo_id) THEN
1086: p_n_sup_uoo_id:= NULL;
1087: fnd_message.set_name ( 'IGS', 'IGS_PS_SUP_TERM_STUD_ENROLL' );
1088: fnd_msg_pub.add;
1089: p_usec_rec.status := 'E';