DBA Data[Home] [Help]

APPS.IGS_EN_SUA_API dependencies on IGS_PS_USO_CM_GRP

Line 137: igs_ps_uso_cm_grp grp

133: -- Cursor to check whether the unit section belongs to any Meet With Class or not.
134: CURSOR c_meet_with_cls (l_uoo_id igs_ps_unit_ofr_opt.uoo_id%TYPE) IS
135: SELECT grp.max_enr_group, ucm.class_meet_group_id
136: FROM igs_ps_uso_clas_meet ucm,
137: igs_ps_uso_cm_grp grp
138: WHERE grp.class_meet_group_id = ucm.class_meet_group_id
139: AND ucm.uoo_id = l_uoo_id;
140:
141: