DBA Data[Home] [Help]

APPS.IGS_HE_FTE_CALC_PKG dependencies on IGS_PS_UNIT_VER_ALL

Line 709: FROM igs_ps_unit_ver_all uv,

705:
706: --get the enrolled credit points for the unit
707: CURSOR c_unit_cp (cp_uoo_id IN NUMBER) IS
708: SELECT NVL(cps.enrolled_credit_points,uv.enrolled_credit_points) enrolled_credit_points
709: FROM igs_ps_unit_ver_all uv,
710: igs_ps_unit_ofr_opt uoo,
711: igs_ps_usec_cps cps
712: WHERE uoo.uoo_id=cps.uoo_id(+) AND
713: uoo.unit_cd=uv.unit_cd AND