APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on PO_SUPPLIER_USERS_V
Line 7040: po_supplier_users_v
7036:
7037: CURSOR contact_cur IS
7038: select 'X'
7039: from 7040: po_supplier_users_v 7041: where user_party_id = p_contact_id
7042: and po_vendor_id = p_party_id
7043: and 'SUPPLIER_ORG' = p_party_role
7044: UNION