DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on WMS_MDC_PVT

Line 2321: wms_mdc_pvt.can_ship_delivery(p_delivery_id => p_delivery_id,

2317: end if;
2318:
2319: -- Check if the LPN which this delivery is contained in has material for
2320: -- other deliveries
2321: wms_mdc_pvt.can_ship_delivery(p_delivery_id => p_delivery_id,
2322: x_allow_shipping => l_allow_shipping,
2323: x_return_status => x_return_status,
2324: x_msg_count => l_msg_count,
2325: x_msg_data => x_error_msg);