Ship confirm creates inventory transactions, issue the stock, update onhand. Yours are queued in the inventory interface and something stopped the queue: an error on one row often blocks the lot behind it.
Inventory interface rows unprocessed/errored after ship confirm.
The stuck interface rows and their errors
select transaction_interface_id, error_code, error_explanation from inv_transactions_interface where organization_id = &org_id order by creation_date desc
Read-only diagnostic queries. Substitute the bind values for your instance; run in a test environment first.
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.