Should Inventory Transactions of Expense Type Subinventory Create Accounting Entries? (文档 ID 1279111.1) |
![]() |
![]() |

In this Document
APPLIES TO:Oracle Cost Management - Version 11.5 and laterOracle Inventory Management - Version 11.5.1 and later Information in this document applies to any platform. GOALShould inventory transactions of Expense type subinventories create accounting entries? What table drives the costing of Inventory Transactions? SOLUTION
Expense type subinventories are not meant to create accounting entries, only Asset type are If either one is not an expense subinventory but Asset (1) , then accounting will occur.
select asset_inventory from mtl_secondary_inventories
where secondary_inventory_name = '&sub_inv_name' and organization_id = '&org_id'; |