DBA Data[Home] [Help]

APPS.WSH_EXTERNAL_INTERFACE_SV dependencies on WSH_SHIPMENT_BATCHES

Line 313: wsh_shipment_batches wsb

309: SELECT wdd.ship_from_location_id Tranding_partner_site_id,
310: wdd.ship_to_location_id,
311: wdd.customer_id
312: FROM wsh_delivery_details wdd,
313: wsh_shipment_batches wsb
314: WHERE wsb.name = l_name
315: AND wdd.shipment_batch_id = wsb.batch_id;
316:
317: --Notification change heali