DBA Data[Home] [Help]

APPS.WSH_VENDOR_PARTY_MERGE_PKG dependencies on RCV_SHIPMENT_HEADERS

Line 2443: FROM rcv_shipment_headers b

2439: last_update_login = fnd_global.login_id
2440: WHERE supplier_id = p_from_id
2441: AND transaction_type not in ('ROUTING_REQUEST','ROUTING_RESPONSE')
2442: AND exists (SELECT shipment_header_id
2443: FROM rcv_shipment_headers b
2444: WHERE b.shipment_header_id = a.shipment_header_id
2445: AND b.vendor_id = p_to_id
2446: );
2447: --