DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_PS_USEC_X_GRPMEM

Line 167: FROM igs_ps_usec_x_grpmem

163: l_audit_sua NUMBER;
164: -- Cursor to check whether the unit section belongs to any cross-listed group or not.
165: CURSOR c_cross_list(l_uoo_id igs_ps_unit_ofr_opt.uoo_id%TYPE) IS
166: SELECT 'x'
167: FROM igs_ps_usec_x_grpmem
168: WHERE uoo_id = l_uoo_id;
169:
170: -- Cursor to check whether the unit section belongs to any Meet with class group.
171: CURSOR c_class_meet (l_uoo_id igs_ps_unit_ofr_opt.uoo_id%TYPE) IS