Expense Type Subinventory
更新:HHH   时间:2023-1-7


Should Inventory Transactions of Expense Type Subinventory Create Accounting Entries? (文档 ID 1279111.1)
转到底部

In this Document


Goal

Solution


APPLIES TO:

Oracle Cost Management - Version 11.5 and later
Oracle Inventory Management - Version 11.5.1 and later
Information in this document applies to any platform.

GOAL

Should 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

Type of Subinventory Value Meaning in Accounting Terms
Asset 1 Yes, accounting occurs
Expense 2 No, accounting does not occur


Run this query to determine your specific subinventory asset inventory flag setup:

select asset_inventory from mtl_secondary_inventories 
where secondary_inventory_name = '&sub_inv_name' and organization_id = '&org_id';
返回大数据教程...