Search Results mtl_category_accounts
Overview
INV.MTL_CATEGORY_ACCOUNTS is an Inventory module table that stores the default asset and expense accounting flexfield assignments used at the intersection of item category, cost group, and subinventory within a given inventory organization. It allows Oracle EBS to derive the correct General Ledger accounts automatically during material transactions, cost updates, receiving, and manufacturing activity, rather than relying on a single organization-wide default. Each row effectively answers the question: for this organization, this category, this cost group, and this subinventory, which GL accounts should be charged?
From a Data Vault modeling perspective, the heuristic classification mined from the foreign key structure suggests this object behaves as a link. It resolves relationships among an organization, a category, a cost group, and a subinventory, while also carrying descriptive accounting attributes. The multiple foreign keys to GL_CODE_COMBINATIONS reinforce that this table bridges operational inventory dimensions to financial accounting dimensions.
Key Information Stored
The primary key, MTL_CATEGORY_ACCOUNTS_PK, is composed of ORGANIZATION_ID, CATEGORY_ID, COST_GROUP_ID, and SUBINVENTORY_CODE. The unique index MTL_CATEGORY_ACCOUNTS_U1 mirrors this business key, confirming that the combination of organization, category, cost group, and subinventory must be unique. The most significant columns include:
ORGANIZATION_ID— identifies the inventory organization; foreign key toMTL_PARAMETERS.CATEGORY_ID— the item category; foreign key toMTL_CATEGORIES_B.CATEGORY_SET_ID— the category set to which the category belongs, providing structural context.COST_GROUP_ID— the cost group dimension within costing.SUBINVENTORY_CODE— the subinventory to which the account mapping applies.MATERIAL_ACCOUNT— GL account for material valuation; foreign key toGL_CODE_COMBINATIONS.MATERIAL_OVERHEAD_ACCOUNT— GL account for material overhead absorption.RESOURCE_ACCOUNT— GL account for resource charges.OUTSIDE_PROCESSING_ACCOUNT— GL account for outside processing costs.OVERHEAD_ACCOUNT— GL account for overhead absorption.EXPENSE_ACCOUNT— GL account for expense recognition.ENCUMBRANCE_ACCOUNT— GL account used for encumbrance accounting entries.BRIDGING_ACCOUNT— GL account used in bridging transactions between inventory and purchasing.AVERAGE_COST_VAR_ACCOUNT— GL account for average cost variance postings.
Additional columns such as ANALYTICAL_IPV, ANALYTICAL_PO_MIRROR, NON_INVOICED_SO, NON_INVOICED_REVENUE, ANALYTICAL_REVENUE_MIRROR, and ANALYTICAL_MOGS support analytical and mirror accounting scenarios. Standard WHO/audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) and concurrent program columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE) are also present.
Common Use Cases and Queries
Typical use cases include auditing account mappings per category and subinventory, troubleshooting incorrect GL postings from inventory transactions, and reporting on account assignments for financial reconciliation. A common query joins account columns to GL_CODE_COMBINATIONS to resolve the concatenated account strings:
- Retrieve all account assignments for a given organization and category, joining to
GL_CODE_COMBINATIONSonMATERIAL_ACCOUNT,EXPENSE_ACCOUNT, and related columns. - Validate completeness of mappings by comparing against
MTL_CATEGORIES_BandMTL_PARAMETERS. - Report on subinventory-level overrides versus organization-level defaults.
- Investigate encumbrance and bridging postings by filtering on
ENCUMBRANCE_ACCOUNTandBRIDGING_ACCOUNT.
Related Objects
The following objects are most significant in relation to MTL_CATEGORY_ACCOUNTS, based on the documented foreign key relationships:
GL_CODE_COMBINATIONS— referenced byMATERIAL_ACCOUNT,MATERIAL_OVERHEAD_ACCOUNT,RESOURCE_ACCOUNT,OUTSIDE_PROCESSING_ACCOUNT,OVERHEAD_ACCOUNT,EXPENSE_ACCOUNT,ENCUMBRANCE_ACCOUNT, andBRIDGING_ACCOUNT.MTL_CATEGORIES_B— referenced byCATEGORY_ID; supplies the category definition.MTL_PARAMETERS— referenced byORGANIZATION_ID; defines the inventory organization.MTL_SYSTEM_ITEMS_B— indirectly related through category assignments used during transaction accounting.MTL_TRANSACTIONS/MTL_MATERIAL_TRANSACTIONS— consume these account mappings during transaction processing.CST_COST_GROUPS— supplies the cost group referenced byCOST_GROUP_ID.
-
Table: MTL_CATEGORY_ACCOUNTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS, object_name:MTL_CATEGORY_ACCOUNTS, status:VALID, product: INV - Inventory , description: Asset and expense accounts by item category, by subinventory , implementation_dba_data: INV.MTL_CATEGORY_ACCOUNTS ,
-
Table: MTL_CATEGORY_ACCOUNTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS, object_name:MTL_CATEGORY_ACCOUNTS, status:VALID, product: INV - Inventory , description: Asset and expense accounts by item category, by subinventory , implementation_dba_data: INV.MTL_CATEGORY_ACCOUNTS ,
-
APPS.CSTPACWF SQL Statements
12.2.2
-
APPS.CSTPSCWF SQL Statements
12.2.2
-
APPS.CSTPACWF SQL Statements
12.1.1
-
APPS.CSTPSCWF SQL Statements
12.1.1
-
VIEW: INV.MTL_CATEGORY_ACCOUNTS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_CATEGORY_ACCOUNTS#, status:VALID,
-
SYNONYM: APPS.MTL_CATEGORY_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CATEGORY_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.MTL_CATEGORY_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CATEGORY_ACCOUNTS, status:VALID,
-
VIEW: APPS.MTL_CATEGORY_ACCOUNTS_V
12.1.1
-
VIEW: APPS.MTL_CATEGORY_ACCOUNTS_V
12.2.2
-
VIEW: INV.MTL_CATEGORY_ACCOUNTS#
12.2.2
-
VIEW: APPS.CSTBV_PRODUCT_LINE_ACCOUNT
12.1.1
-
VIEW: APPS.CSTBV_PRODUCT_LINE_ACCOUNT
12.2.2
-
VIEW: APPS.CST_XLA_PLA_CATEGORY_REF_V
12.2.2
-
VIEW: APPS.CST_XLA_PLA_CATEGORY_REF_V
12.1.1
-
VIEW: APPS.CST_XLA_TRF_PLA_CAT_REF_V
12.1.1
-
VIEW: APPS.CST_XLA_TRF_PLA_CAT_REF_V
12.2.2
-
VIEW: APPS.CSTFV_PRODUCT_LINE_ACCOUNT
12.1.1
-
TABLE: INV.MTL_CATEGORY_ACCOUNTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS, object_name:MTL_CATEGORY_ACCOUNTS, status:VALID,
-
TABLE: INV.MTL_CATEGORY_ACCOUNTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS, object_name:MTL_CATEGORY_ACCOUNTS, status:VALID,
-
PACKAGE BODY: APPS.CSTPACWF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPACWF, status:VALID,
-
PACKAGE BODY: APPS.CSTPSCWF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPSCWF, status:VALID,
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
VIEW: APPS.CSTFV_PRODUCT_LINE_ACCOUNT
12.2.2
-
PACKAGE BODY: APPS.CSTPSCWF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPSCWF, status:VALID,
-
PACKAGE BODY: APPS.CSTPACWF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPACWF, status:VALID,
-
View: CSTBV_PRODUCT_LINE_ACCOUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_PRODUCT_LINE_ACCOUNT, object_name:CSTBV_PRODUCT_LINE_ACCOUNT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_PRODUCT_LINE_ACCOUNT ,
-
View: AX_MTL_CATEGORY_ACCOUNTS_V1
12.2.2
product: AX - Global Accounting Engine , description: material accounts by subinventory code or cost group , implementation_dba_data: Not implemented in this database ,
-
View: AX_MTL_CATEGORY_ACCOUNTS_V1
12.1.1
product: AX - Global Accounting Engine , description: material accounts by subinventory code or cost group , implementation_dba_data: Not implemented in this database ,
-
View: CSTBV_PRODUCT_LINE_ACCOUNT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_PRODUCT_LINE_ACCOUNT, object_name:CSTBV_PRODUCT_LINE_ACCOUNT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_PRODUCT_LINE_ACCOUNT ,
-
View: MTL_CATEGORY_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS_V, object_name:MTL_CATEGORY_ACCOUNTS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_CATEGORY_ACCOUNTS_V ,
-
View: MTL_CATEGORY_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS_V, object_name:MTL_CATEGORY_ACCOUNTS_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_CATEGORY_ACCOUNTS_V ,
-
VIEW: APPS.CSTBV_PRODUCT_LINE_ACCOUNT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_PRODUCT_LINE_ACCOUNT, object_name:CSTBV_PRODUCT_LINE_ACCOUNT, status:VALID,
-
Table: MTL_CATEGORIES_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORIES_B, object_name:MTL_CATEGORIES_B, status:VALID, product: INV - Inventory , description: Code combinations table for Item Category , implementation_dba_data: INV.MTL_CATEGORIES_B ,
-
View: CSTFV_PRODUCT_LINE_ACCOUNT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PRODUCT_LINE_ACCOUNT, object_name:CSTFV_PRODUCT_LINE_ACCOUNT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_PRODUCT_LINE_ACCOUNT ,
-
VIEW: APPS.CSTBV_PRODUCT_LINE_ACCOUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_PRODUCT_LINE_ACCOUNT, object_name:CSTBV_PRODUCT_LINE_ACCOUNT, status:VALID,
-
VIEW: APPS.CSTFV_PRODUCT_LINE_ACCOUNT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PRODUCT_LINE_ACCOUNT, object_name:CSTFV_PRODUCT_LINE_ACCOUNT, status:VALID,
-
View: CST_XLA_PLA_CATEGORY_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_PLA_CATEGORY_REF_V, object_name:CST_XLA_PLA_CATEGORY_REF_V, status:VALID, product: BOM - Bills of Material , description: Product Line Category accounts , implementation_dba_data: APPS.CST_XLA_PLA_CATEGORY_REF_V ,
-
View: CST_XLA_TRF_PLA_CAT_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_TRF_PLA_CAT_REF_V, object_name:CST_XLA_TRF_PLA_CAT_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_TRF_PLA_CAT_REF_V ,
-
View: CST_XLA_TRF_PLA_CAT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_TRF_PLA_CAT_REF_V, object_name:CST_XLA_TRF_PLA_CAT_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_TRF_PLA_CAT_REF_V ,
-
VIEW: APPS.CSTFV_PRODUCT_LINE_ACCOUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PRODUCT_LINE_ACCOUNT, object_name:CSTFV_PRODUCT_LINE_ACCOUNT, status:VALID,
-
View: CST_XLA_PLA_CATEGORY_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_PLA_CATEGORY_REF_V, object_name:CST_XLA_PLA_CATEGORY_REF_V, status:VALID, product: BOM - Bills of Material , description: Product Line Category accounts , implementation_dba_data: APPS.CST_XLA_PLA_CATEGORY_REF_V ,
-
Table: MTL_CATEGORIES_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CATEGORIES_B, object_name:MTL_CATEGORIES_B, status:VALID, product: INV - Inventory , description: Code combinations table for Item Category , implementation_dba_data: INV.MTL_CATEGORIES_B ,
-
View: CSTFV_PRODUCT_LINE_ACCOUNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PRODUCT_LINE_ACCOUNT, object_name:CSTFV_PRODUCT_LINE_ACCOUNT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_PRODUCT_LINE_ACCOUNT ,
-
VIEW: APPS.MTL_CATEGORY_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS_V, object_name:MTL_CATEGORY_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.MTL_CATEGORY_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CATEGORY_ACCOUNTS_V, object_name:MTL_CATEGORY_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.CST_XLA_TRF_PLA_CAT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_TRF_PLA_CAT_REF_V, object_name:CST_XLA_TRF_PLA_CAT_REF_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2