DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_PROCESS_PVT dependencies on PO_SUPPLIER_USERS_V

Line 7441: po_supplier_users_v

7437:
7438: CURSOR contact_cur IS
7439: select 'X'
7440: from
7441: po_supplier_users_v
7442: where user_party_id = p_contact_id
7443: and po_vendor_id = p_party_id
7444: and 'SUPPLIER_ORG' = p_party_role
7445: UNION