Issues are queuing behind transactions stuck at PARTIALLY costed, receipts that started costing but never finished because no usable cost layer formed. The count in the error will exactly match the count from the SQL below; that's your suspect list.
Transactions stuck at cost_status = P (partial), a layer with a usable cost never formed.
The partially costed culprits
select * from cst_transactions where cost_status = 'P' and cost_org_id = &cost_org and cost_book_id = &cost_book
Read-only diagnostic queries. Substitute the bind values for your instance; run in a test environment first.
Checked Cost processor behavior for Oracle Fusion Cost Management, rewritten in plain words from publicly known troubleshooting practice and reviewed by a working consultant. Checked against the current release, Jul 2026. Amounts, account names and navigation vary by configuration; verify in your own instance and test before acting.