Search Results mtl_pac_cost_subelements
Overview
The MTL_PAC_COST_SUBELEMENTS table is a core transactional data repository within Oracle E-Business Suite Inventory (INV) module. It plays a critical role in the Periodic Average Costing (PAC) process, which is a standard cost accounting method used in manufacturing and distribution environments. Specifically, this table stores detailed records of material overhead sub-elements charged to inventory transactions within a specific accounting period. It enables the system to track and allocate overhead costs—such as indirect materials, labor, or machine costs—to inventory items, thereby facilitating accurate period-end valuation and cost analysis. The table's existence is fundamental to maintaining granular cost visibility and ensuring that the total cost of an item reflects all applicable overhead components as defined by the organization's cost accounting setup.
Key Information Stored
The table's structure is designed to uniquely identify a cost charge for a specific transaction within a period and cost group. Its primary key is a composite of TRANSACTION_ID, PAC_PERIOD_ID, COST_GROUP_ID, COST_ELEMENT_ID, LEVEL_TYPE, and RESOURCE_ID. Important columns include TRANSACTION_ID, which links to the originating material transaction in MTL_MATERIAL_TRANSACTIONS, and PAC_PERIOD_ID, which ties the record to a specific costing period in CST_PAC_PERIODS. The COST_GROUP_ID and COST_TYPE_ID columns reference the cost group and cost type used for the calculation. The COST_ELEMENT_ID and RESOURCE_ID columns identify the specific overhead cost element (from CST_COST_ELEMENTS) and the associated resource (from BOM_RESOURCES) that incurred the charge. The LEVEL_TYPE indicates the application level of the overhead. Together, these columns store the quantitative and qualitative details of every material overhead application.
Common Use Cases and Queries
A primary use case is auditing and reconciling period-end inventory valuations. Analysts query this table to verify the overhead costs absorbed by inventory during a period, which is crucial for financial reporting. Another common scenario is troubleshooting cost discrepancies; by examining the sub-element details for a specific transaction, users can identify if an expected overhead charge was applied correctly. A typical query pattern involves joining to transaction and period tables to analyze overhead costs by item, period, or cost group. For example:
- Identifying all overhead charges for a specific transaction:
SELECT * FROM MTL_PAC_COST_SUBELEMENTS WHERE TRANSACTION_ID = <id> AND PAC_PERIOD_ID = <period_id>; - Summarizing total material overhead cost by period and cost element for reporting:
SELECT PAC_PERIOD_ID, COST_ELEMENT_ID, SUM(BASE_TRANSACTION_VALUE) FROM MTL_PAC_COST_SUBELEMENTS GROUP BY PAC_PERIOD_ID, COST_ELEMENT_ID;
Related Objects
MTL_PAC_COST_SUBELEMENTS is centrally connected to several key inventory and costing tables via foreign key relationships, as documented in the ETRM. These relationships enforce data integrity and are essential for joins in reports and interfaces.
- CST_COST_GROUPS: Joined via COST_GROUP_ID to identify the cost group.
- MTL_MATERIAL_TRANSACTIONS: Joined via TRANSACTION_ID to link to the source inventory transaction.
- CST_PAC_PERIODS: Joined via PAC_PERIOD_ID to associate records with a specific costing period.
- CST_COST_TYPES: Joined via COST_TYPE_ID to determine the costing method (e.g., Average Cost).
- CST_COST_ELEMENTS: Joined via COST_ELEMENT_ID to obtain the name and type of the overhead element.
- BOM_RESOURCES: Joined via RESOURCE_ID to get details on the specific resource (e.g., machine, labor) charged.
-
Table: MTL_PAC_COST_SUBELEMENTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_COST_SUBELEMENTS, object_name:MTL_PAC_COST_SUBELEMENTS, status:VALID, product: INV - Inventory , description: Stores the material overhead sub-elements that are charged for a given transaction in a particular period. , implementation_dba_data: INV.MTL_PAC_COST_SUBELEMENTS ,
-
Table: MTL_PAC_COST_SUBELEMENTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_COST_SUBELEMENTS, object_name:MTL_PAC_COST_SUBELEMENTS, status:VALID, product: INV - Inventory , description: Stores the material overhead sub-elements that are charged for a given transaction in a particular period. , implementation_dba_data: INV.MTL_PAC_COST_SUBELEMENTS ,
-
APPS.CSTPAPBR dependencies on MTL_PAC_COST_SUBELEMENTS
12.1.1
-
APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on MTL_PAC_COST_SUBELEMENTS
12.1.1
-
APPS.CSTPPWAC dependencies on MTL_PAC_COST_SUBELEMENTS
12.2.2
-
APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on MTL_PAC_COST_SUBELEMENTS
12.2.2
-
APPS.CSTPAPBR dependencies on MTL_PAC_COST_SUBELEMENTS
12.2.2
-
APPS.CSTPPPUR dependencies on MTL_PAC_COST_SUBELEMENTS
12.2.2
-
APPS.CSTPPWAC dependencies on MTL_PAC_COST_SUBELEMENTS
12.1.1
-
APPS.CSTPPPUR dependencies on MTL_PAC_COST_SUBELEMENTS
12.1.1
-
VIEW: INV.MTL_PAC_COST_SUBELEMENTS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_PAC_COST_SUBELEMENTS#, status:VALID,
-
SYNONYM: APPS.MTL_PAC_COST_SUBELEMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PAC_COST_SUBELEMENTS, status:VALID,
-
TABLE: INV.MTL_PAC_COST_SUBELEMENTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_COST_SUBELEMENTS, object_name:MTL_PAC_COST_SUBELEMENTS, status:VALID,
-
SYNONYM: APPS.MTL_PAC_COST_SUBELEMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PAC_COST_SUBELEMENTS, status:VALID,
-
VIEW: INV.MTL_PAC_COST_SUBELEMENTS#
12.2.2
-
TABLE: INV.MTL_PAC_COST_SUBELEMENTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_COST_SUBELEMENTS, object_name:MTL_PAC_COST_SUBELEMENTS, status:VALID,
-
PACKAGE BODY: APPS.CSTPPPUR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPPUR, status:VALID,
-
Table: CST_COST_ELEMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_ELEMENTS, object_name:CST_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: Cost elements definition , implementation_dba_data: BOM.CST_COST_ELEMENTS ,
-
PACKAGE BODY: APPS.CSTPPWAC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPWAC, status:VALID,
-
Table: CST_PAC_PERIODS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PERIODS, object_name:CST_PAC_PERIODS, status:VALID, product: BOM - Bills of Material , description: Holds information about periodic costing open and closed periods for each legal entity. , implementation_dba_data: BOM.CST_PAC_PERIODS ,
-
PACKAGE BODY: APPS.CST_PAC_ITERATION_PROCESS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_PAC_ITERATION_PROCESS_PVT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.CSTPPPUR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPPUR, status:VALID,
-
Table: CST_PAC_PERIODS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PERIODS, object_name:CST_PAC_PERIODS, status:VALID, product: BOM - Bills of Material , description: Holds information about periodic costing open and closed periods for each legal entity. , implementation_dba_data: BOM.CST_PAC_PERIODS ,
-
PACKAGE BODY: APPS.CSTPPWAC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPWAC, status:VALID,
-
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_ELEMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_ELEMENTS, object_name:CST_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: Cost elements definition , implementation_dba_data: BOM.CST_COST_ELEMENTS ,
-
PACKAGE BODY: APPS.CSTPAPBR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPAPBR, 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 ,
-
PACKAGE BODY: APPS.CST_PAC_ITERATION_PROCESS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_PAC_ITERATION_PROCESS_PVT, status:VALID,
-
TABLE: INV.MTL_PAC_COST_SUBELEMENTS_EFC
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_COST_SUBELEMENTS_EFC, object_name:MTL_PAC_COST_SUBELEMENTS_EFC, status:VALID,
-
TABLE: INV.MTL_PAC_COST_SUBELEMENTS_EFC
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_COST_SUBELEMENTS_EFC, object_name:MTL_PAC_COST_SUBELEMENTS_EFC, status:VALID,
-
PACKAGE BODY: APPS.CSTPAPBR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPAPBR, status:VALID,
-
Table: MTL_MATERIAL_TRANSACTIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Material transaction table , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS ,
-
Table: BOM_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
Table: MTL_MATERIAL_TRANSACTIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Material transaction table , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS ,
-
Table: BOM_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
TABLE: INV.MTL_PAC_ACT_CST_DTL_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_ACT_CST_DTL_TEMP, object_name:MTL_PAC_ACT_CST_DTL_TEMP, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: INV.MTL_PAC_ACT_CST_DTL_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PAC_ACT_CST_DTL_TEMP, object_name:MTL_PAC_ACT_CST_DTL_TEMP, status:VALID,
-
APPS.CSTPPPUR SQL Statements
12.2.2
-
APPS.CSTPPPUR SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSTPPPUR
12.2.2
-
PACKAGE BODY: APPS.CSTPPPUR
12.1.1
-
APPS.CSTPPWAC SQL Statements
12.1.1