The warehouse did its job, the truck left. But the paperwork train behind the truck has three cars: shipping must tell inventory, and inventory must tell orchestration. Your update is sitting in one of those cars, not lost, just not delivered.
The shipping→inventory→orchestration interfaces haven't processed the confirmation yet (or errored quietly).
Where is the shipment line really?
select delivery_detail_id, released_status, oe_interfaced_flag, inv_interfaced_flag from wsh_delivery_details where source_header_number = '&order_number'
Read-only diagnostic queries. Substitute the bind values for your instance; run in a test environment first.
My Oracle Support document IDs for readers with access: MOS notes exist per variant, search the exact status pair. We do not reproduce their content.
Checked Order Management and Fulfillment troubleshooting for Oracle Fusion, rewritten in plain words from publicly known practice and reviewed by a working consultant. Checked against the current release, Jul 2026. Navigation and behavior vary by configuration; verify in your own instance and test before acting.