You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to identify sales Order for an orphan delivery

Summary: Orphan Delivery and Sales Order Association


Content (required): Once the delivery is unassigned either due to back order or due to changes at the sales order level, delivery_id column in wsh_delivery_assignments is removed. We have a requirement to keep track of all the deliveries that are created for sales orders. Could you please suggest what would be the way to achieve it?


select wnd.delivery_id, wdd.delivery_detail_id

from wsh_new_deliveries wnd, wsh_delivery_assignments wda, wsh_delivery_details wdd

where wda.delivery_id=wnd.delivery_id

and wdd.delivery_detail_id=wda.delivery_detail_id;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!