Search Results mtl_pac_cost_subelements
Overview
The CST_COST_ELEMENTS table is a foundational master data table within Oracle E-Business Suite (EBS) Bills of Material (BOM) and Cost Management modules. It serves as the central repository for defining the elemental cost components that constitute the total cost of an item. These cost elements, such as Material, Material Overhead, Resource, Overhead, and Outside Processing, are the fundamental building blocks for both standard and actual costing methodologies. The table's primary role is to provide a validated list of cost types that are referenced extensively throughout the inventory, work in process (WIP), and costing transaction tables to ensure consistent cost categorization and accurate financial accounting.
Key Information Stored
The table's structure is designed to uniquely identify and describe each permissible cost element. The primary key is the system-generated COST_ELEMENT_ID, which serves as the internal numeric identifier used in foreign key relationships across the application. The unique key constraint is on the COST_ELEMENT column, which stores the descriptive name or code for the element (e.g., 'Material', 'Resource'). While the provided ETRM excerpt does not list all columns, typical columns in this table include a description field, a disabling flag, and potentially a user-defined flexfield structure. The integrity enforced by these keys ensures that all transactional cost details are posted against a valid, predefined cost element.
Common Use Cases and Queries
This table is central to any reporting or analysis that breaks down item costs by their constituent elements. A primary use case is analyzing the detailed cost composition of an item, especially within the context of Periodic Average Costing (PAC), as indicated by the user's search for "mtl_pac_cost_subelements". Common queries involve joining CST_COST_ELEMENTS to detailed cost tables to translate numeric IDs into meaningful names. For example, to report on the cost elements used in PAC layers, one would join to MTL_PAC_COST_SUBELEMENTS or CST_PAC_ITEM_COST_DETAILS. A fundamental SQL pattern is:
SELECT cce.COST_ELEMENT, mpcd.*
FROM MTL_PAC_COST_SUBELEMENTS mpcd,
CST_COST_ELEMENTS cce
WHERE mpcd.COST_ELEMENT_ID = cce.COST_ELEMENT_ID
AND mpcd.INVENTORY_ITEM_ID = :p_item_id;
This table is also crucial for configuring cost elements for new items, validating cost rollup structures, and troubleshooting cost accounting entries by identifying the nature of posted charges.
Related Objects
CST_COST_ELEMENTS has a wide array of dependencies, as evidenced by its numerous foreign key relationships. These relationships fall into several key functional areas:
- Resource & Routing Definition: Linked to
BOM_RESOURCESto define the cost element for a resource. - Standard & Average Cost Details: Referenced by
CST_ITEM_COST_DETAILS,CST_LAYER_COST_DETAILS,CST_STD_COST_ADJ_VALUES, andCST_PAC_ITEM_COST_DETAILS. - Transaction Costing: Integral to transaction cost capture in
MTL_CST_TXN_COST_DETAILS,MTL_CST_ACTUAL_COST_DETAILS,MTL_TRANSACTION_ACCOUNTS, and their interface and PAC equivalents (MTL_PAC_TXN_COST_DETAILS,MTL_PAC_ACTUAL_COST_DETAILS). - Work in Process (WIP) Costing: Used by
WIP_PAC_ACTUAL_COST_DETAILS,WIP_REQ_OPERATION_COST_DETAILS, andWIP_SCRAP_VALUES. - Sub-element & Elemental Cost Tracking: Directly linked to the table referenced in the user's search,
MTL_PAC_COST_SUBELEMENTS, as well asMTL_ACTUAL_COST_SUBELEMENTandCST_ELEMENTAL_COSTS. - Accounting & Asset Tracking: Referenced in
CST_AE_LINESfor accounting entries andCST_EAM_BALANCE_BY_ACCOUNTSfor Enterprise Asset Management.
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,
-
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: 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 ,