Partial Shipments of a Sales Order Using API
For partial shipment of the sales order, we need to call the WSH_DELIVERY_DETAILS_PUB.Update_Shipping_Attributes API to update the corresponding delivery details to ship all/entered quantity in the delivery details. — OM – Script to Ship Partial Quantities in a SO using WSH_DELIVERY_PUB API —–=========================================================== DECLARE p_sales_order NUMBER := 10014445;p_line_number NUMBER := 1.1;p_org_id NUMBER := 308;l_shipped_quantity NUMBER […]
Recent Comments