DBA Data[Home] [Help]

APPS.IGS_EN_REINSTATE_PKG dependencies on IGS_PS_UNIT_OFR_OPT

Line 33: FROM igs_ps_unit_ofr_opt

29: AS
30: -- Cursor to find unit attempt status
31: CURSOR uoo_status IS
32: SELECT unit_section_status
33: FROM igs_ps_unit_ofr_opt
34: WHERE uoo_id = p_uoo_id;
35: --curosr to get student unit attempt status
36:
37: CURSOR sua_status is