WSH_NEW_DELIVERIES
Delivery header grouping one or more lines for pick/ship confirm.
Key Columns
Common Joins
Used In
Related
Shipping data model: delivery detail, delivery, and trip
Pick release creates a WSH_DELIVERY_DETAILS row per fulfillment line, grouped into a WSH_NEW_DELIVERIES header via WSH_DELIVERY_ASSIGNMENTS — a separate assignment table (not a direct FK) specifically so a line can be moved to a different delivery before it ships. One or more deliveries are then planned onto a WSH_TRIPS header at a WSH_TRIP_STOPS pickup/dropoff location, which is the transportation-run level (e.g. one truck's route) above the delivery.
Pick release and ship confirm
Pick Release is the action that selects eligible reserved fulfillment lines and creates their WSH_DELIVERY_DETAILS/WSH_NEW_DELIVERIES rows — this is what generates the pick slip warehouse staff work from. Ship Confirm is the later action that marks a delivery as physically shipped: it relieves on-hand inventory (an MTL_MATERIAL_TRANSACTIONS row per delivery detail) and updates the order fulfillment line's status, which is what makes the line eligible for AutoInvoice. A line stuck between the two usually means it never cleared pick release (insufficient on-hand, or it didn't match the pick-release criteria used) rather than a shipping-specific failure.