APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_USEC_WLST_PRF
Line 2212: FROM igs_ps_usec_wlst_prf
2208: WHERE uoo_id=cp_uoo_id;
2209:
2210: CURSOR c_usec_wlstprfc_ser(cp_waitlist_priority_id NUMBER) IS
2211: SELECT preference_order 2212: FROM igs_ps_usec_wlst_prf 2213: WHERE unit_sec_waitlist_priority_id = cp_waitlist_priority_id
2214: ORDER BY preference_order;
2215: l_c_usec_wlstprfc_ser c_usec_wlstprfc_ser%ROWTYPE;
2216: