Search Results mtl_fiscal_cat_accounts
Overview
MTL_FISCAL_CAT_ACCOUNTS is an Inventory (INV) module table in Oracle E-Business Suite 12.1.1 and 12.2.2 that stores category account definitions for a legal entity. It defines the default general ledger account assignment used when inventory transactions, receipts, and costed events are processed for a given item category. The table links a legal entity, a cost type, a cost group, and an inventory category to a set of General Ledger Code Combinations, thereby governing which account balances are impacted during inventory valuation and accounting.
Under the heuristic Data Vault classification mined from the foreign key structure, this table is modelled as a link. It connects independent hub entities — the legal entity, cost type, cost group, and category — to GL account references, and is therefore best represented as an intersection or relationship satellite rather than a hub or a descriptive satellite.
Key Information Stored
The table contains 18 documented columns. The most significant are the four key columns that form the primary key and the accounting columns that determine posting behaviour:
- LEGAL_ENTITY_ID — Identifies the legal entity (organization) for which the category accounts are defined; foreign key to HR_ALL_ORGANIZATION_UNITS.
- COST_TYPE_ID — The cost type under which the accounts apply; foreign key to CST_COST_TYPES.
- COST_GROUP_ID — The cost group associated with the account definition; foreign key to CST_COST_GROUPS.
- CATEGORY_ID — The inventory item category for which account defaults are established; foreign key to MTL_CATEGORIES_B.
- MATERIAL_ACCOUNT — GL account used for the material portion of inventory valuation.
- MATERIAL_OVERHEAD_ACCOUNT — GL account for material overhead absorption.
- RESOURCE_ACCOUNT — GL account for resource costs applied to the item category.
- OVERHEAD_ACCOUNT — GL account for overhead absorption.
- OUTSIDE_PROCESSING_ACCOUNT — GL account for outside processing charges.
- EXPENSE_ACCOUNT — GL account for expense transactions.
- BRIDGING_ACCOUNT — Interim/bridging GL account used during receipt and delivery accounting.
- NON_INVOICED_SO — Flag or reference controlling non-invoiced sales order treatment.
- NON_INVOICED_REVENUE — Account or flag related to non-invoiced revenue recognition.
The surrogate primary key is MTL_FISCAL_CAT_ACCOUNTS_PK, defined over LEGAL_ENTITY_ID, COST_TYPE_ID, COST_GROUP_ID, and CATEGORY_ID. The unique index MTL_FISCAL_CAT_ACCOUNTS_U1 covers the same four columns and therefore serves as the business-key candidate. Standard audit columns include LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, and LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage includes verifying default accounting rules for a category, diagnosing account derivation issues during inventory accounting, and reconciling subledger-to-GL transfers. A representative query joins the table to GL_CODE_COMBINATIONS to resolve the underlying account segments:
SELECT mfc.legal_entity_id, mfc.cost_type_id, mfc.cost_group_id, mfc.category_id, gcc.concatenated_segmentsFROM mtl_fiscal_cat_accounts mfc, gl_code_combinations_kfv gccWHERE mfc.material_account = gcc.code_combination_id;
Reporting scenarios include listing all account assignments for a legal entity, auditing cost group and cost type combinations, and validating that every category has a bridging and expense account configured before period close.
Related Objects
The following objects are most significant in relation to MTL_FISCAL_CAT_ACCOUNTS:
- HR_ALL_ORGANIZATION_UNITS — joined on LEGAL_ENTITY_ID to resolve legal entity details.
- CST_COST_TYPES — joined on COST_TYPE_ID.
- CST_COST_GROUPS — joined on COST_GROUP_ID.
- MTL_CATEGORIES_B — joined on CATEGORY_ID to resolve category names and descriptions.
- GL_CODE_COMBINATIONS — referenced by MATERIAL_ACCOUNT, MATERIAL_OVERHEAD_ACCOUNT, RESOURCE_ACCOUNT, OVERHEAD_ACCOUNT, OUTSIDE_PROCESSING_ACCOUNT, EXPENSE_ACCOUNT, and BRIDGING_ACCOUNT.
These relationships make MTL_FISCAL_CAT_ACCOUNTS a pivotal reference table for inventory accounting configuration within Oracle EBS.
-
Table: MTL_FISCAL_CAT_ACCOUNTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS, object_name:MTL_FISCAL_CAT_ACCOUNTS, status:VALID, product: INV - Inventory , description: Category account definitions for legal entity , implementation_dba_data: INV.MTL_FISCAL_CAT_ACCOUNTS ,
-
Table: MTL_FISCAL_CAT_ACCOUNTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS, object_name:MTL_FISCAL_CAT_ACCOUNTS, status:VALID, product: INV - Inventory , description: Category account definitions for legal entity , implementation_dba_data: INV.MTL_FISCAL_CAT_ACCOUNTS ,
-
VIEW: INV.MTL_FISCAL_CAT_ACCOUNTS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_FISCAL_CAT_ACCOUNTS#, status:VALID,
-
SYNONYM: APPS.MTL_FISCAL_CAT_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_FISCAL_CAT_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.MTL_FISCAL_CAT_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_FISCAL_CAT_ACCOUNTS, status:VALID,
-
TABLE: INV.MTL_FISCAL_CAT_ACCOUNTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS, object_name:MTL_FISCAL_CAT_ACCOUNTS, status:VALID,
-
TABLE: INV.MTL_FISCAL_CAT_ACCOUNTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS, object_name:MTL_FISCAL_CAT_ACCOUNTS, status:VALID,
-
VIEW: INV.MTL_FISCAL_CAT_ACCOUNTS#
12.2.2
-
VIEW: APPS.MTL_FISCAL_CAT_ACCOUNTS_V
12.2.2
-
VIEW: APPS.MTL_FISCAL_CAT_ACCOUNTS_V
12.1.1
-
Table: CST_COST_GROUPS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUPS, object_name:CST_COST_GROUPS, status:VALID, product: BOM - Bills of Material , description: Stores cost group definitions , implementation_dba_data: BOM.CST_COST_GROUPS ,
-
Table: CST_COST_GROUPS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUPS, object_name:CST_COST_GROUPS, status:VALID, product: BOM - Bills of Material , description: Stores cost group definitions , implementation_dba_data: BOM.CST_COST_GROUPS ,
-
View: MTL_FISCAL_CAT_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS_V, object_name:MTL_FISCAL_CAT_ACCOUNTS_V, status:VALID, product: INV - Inventory , description: PAC Category Accounts , implementation_dba_data: APPS.MTL_FISCAL_CAT_ACCOUNTS_V ,
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.CSTPPACQ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPACQ, status:VALID,
-
PACKAGE BODY: APPS.CSTPPACQ
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPACQ, status:VALID,
-
Table: CST_COST_TYPES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPES, object_name:CST_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: Stores cost type definitions , implementation_dba_data: BOM.CST_COST_TYPES ,
-
Table: CST_COST_TYPES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPES, object_name:CST_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: Stores cost type definitions , implementation_dba_data: BOM.CST_COST_TYPES ,
-
View: MTL_FISCAL_CAT_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS_V, object_name:MTL_FISCAL_CAT_ACCOUNTS_V, status:VALID, product: INV - Inventory , description: PAC Category Accounts , implementation_dba_data: APPS.MTL_FISCAL_CAT_ACCOUNTS_V ,
-
PACKAGE BODY: APPS.CSTPAPBR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPAPBR, status:VALID,
-
PACKAGE BODY: APPS.CSTPAPBR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPAPBR, status:VALID,
-
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 ,
-
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: APPS.MTL_FISCAL_CAT_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS_V, object_name:MTL_FISCAL_CAT_ACCOUNTS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.MTL_FISCAL_CAT_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_FISCAL_CAT_ACCOUNTS_V, object_name:MTL_FISCAL_CAT_ACCOUNTS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.CSTPAPBR SQL Statements
12.1.1
-
APPS.CSTPAPBR SQL Statements
12.2.2
-
APPS.CSTPAPBR dependencies on MTL_FISCAL_CAT_ACCOUNTS
12.1.1
-
APPS.CSTPPACQ dependencies on MTL_FISCAL_CAT_ACCOUNTS
12.1.1
-
APPS.CSTPPACQ dependencies on MTL_FISCAL_CAT_ACCOUNTS
12.2.2
-
APPS.CSTPAPBR dependencies on MTL_FISCAL_CAT_ACCOUNTS
12.2.2
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
APPS.CSTPAPBR dependencies on CST_ORG_COST_GROUP_ACCOUNTS
12.1.1
-
APPS.CSTPAPBR dependencies on CST_ORG_COST_GROUP_ACCOUNTS
12.2.2
-
PACKAGE BODY: APPS.CSTPAPBR
12.2.2
-
PACKAGE BODY: APPS.CSTPAPBR
12.1.1
-
APPS.CSTPPACQ SQL Statements
12.1.1
-
APPS.CSTPPACQ SQL Statements
12.2.2
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
PACKAGE BODY: APPS.CSTPPACQ
12.1.1
-
PACKAGE BODY: APPS.CSTPPACQ
12.2.2
-
12.2.2 DBA Data
12.2.2