DBA Data[Home] [Help]

APPS.WSH_VENDOR_PARTY_MERGE_PKG dependencies on RCV_SHIPMENT_HEADERS

Line 2436: FROM rcv_shipment_headers b

2432: last_update_login = fnd_global.login_id
2433: WHERE supplier_id = p_from_id
2434: AND transaction_type not in ('ROUTING_REQUEST','ROUTING_RESPONSE')
2435: AND exists (SELECT shipment_header_id
2436: FROM rcv_shipment_headers b
2437: WHERE b.shipment_header_id = a.shipment_header_id
2438: AND b.vendor_id = p_to_id
2439: );
2440: --