DBA Data[Home] [Help]

APPS.WSH_INBOUND_SHIP_ADVICE_PKG dependencies on WSH_INTERFACE_VALIDATIONS_PKG

Line 198: WSH_INTERFACE_VALIDATIONS_PKG.Validate_Deliveries

194: -- exist in the instance
195: -- For delivery details, only the non-container records would be checked
196: -- Because, for inbound from TPW, there could be new delivery details for containers
197:
198: WSH_INTERFACE_VALIDATIONS_PKG.Validate_Deliveries
199: (p_delivery_id => l_delivery_id,
200: x_return_Status => l_return_status);
201:
202: IF l_debug_on THEN

Line 232: WSH_INTERFACE_VALIDATIONS_PKG.Compare_Ship_Request_Advice

228: -- This comparison is needed only for TPW.
229:
230: /*IF (nvl(l_warehouse_type, '!') = 'TPW') THEN
231:
232: WSH_INTERFACE_VALIDATIONS_PKG.Compare_Ship_Request_Advice
233: (P_Delivery_ID => l_delivery_id,
234: X_Return_Status => l_return_status);
235:
236: IF l_debug_on THEN