DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_EN_SU_ATTEMPT_ALL

Line 131: FROM igs_en_su_attempt_all a,

127:
128: CURSOR c_enrollment_status (cp_unit_cd igs_ps_unit_ver_all.unit_cd%TYPE,
129: cp_version_number igs_ps_unit_ver_all.version_number%TYPE) IS
130: SELECT 'X'
131: FROM igs_en_su_attempt_all a,
132: igs_ps_unit_ofr_opt_all b
133: WHERE a.uoo_id = b.uoo_id
134: AND b.unit_cd = cp_unit_cd
135: AND b.version_number = cp_version_number