DBA Data[Home] [Help]

APPS.WSH_PARTY_MERGE dependencies on HZ_RELATIONSHIPS

Line 307: FROM hz_relationships r, po_vendors v

303: FROM wsh_carriers c
304: WHERE c.carrier_id = c_party_id
305: UNION ALL
306: SELECT 4
307: FROM hz_relationships r, po_vendors v
308: WHERE r.relationship_type = 'POS_VENDOR_PARTY' AND
309: r.subject_id = v.vendor_id AND
310: r.object_id = c_party_id;
311: