DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_PS_USO_CLAS_MEET

Line 173: FROM igs_ps_uso_clas_meet

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
172: SELECT 'x'
173: FROM igs_ps_uso_clas_meet
174: WHERE uoo_id = l_uoo_id;
175:
176: l_cross_list c_cross_list%ROWTYPE;
177: l_class_meet c_class_meet%ROWTYPE;