Secondary_transaction_quantity Is Populated for Items that are not Dual Uom Controlled
(Doc ID 1432973.1)
Last updated on JUNE 07, 2022
Applies to:
Oracle Inventory Management - Version 12.1.2 and laterInformation in this document applies to any platform.
Symptoms
On version 12.1.2 version.
Find that the onhand table (MTL_ONHAND_QUANTITIES_DETAIL) table has some data corruption, the column SECONDARY_TRANSACTION_QUANTITY is populated for items that are not dual UOM controlled.
This can be detected using the following script:
SELECT *
FROM mtl_onhand_quantities_detail
WHERE secondary_uom_code IS NULL
AND secondary_transaction_quantity IS NOT NULL
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |