DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on WSH_SHIPMENT_BATCHES

Line 2991: from wsh_shipment_batches

2987: into l_organization_id, l_ship_from_location_id, l_customer_id,
2988: l_ship_to_site_use_id, l_ship_to_contact_id,
2989: l_invoice_to_site_use_id, l_invoice_to_contact_id,
2990: l_deliver_to_site_use_id, l_deliver_to_contact_id
2991: from wsh_shipment_batches
2992: where batch_id = p_batch_id;
2993:
2994: IF p_partner_type = 'ShipFrom' THEN
2995: OPEN c_ship_from_location(l_organization_id, l_ship_from_location_id);