Search Results cst_cost_elements
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.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_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 ,
-
APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_UTILITY_PUB dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPWPVR dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPCOIC dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.XLA_00707_AAD_S_000019_PKG dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.XLA_00707_AAD_S_000020_PKG dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPLMWI dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CST_UTILITY_PUB dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.XLA_00707_AAD_S_000019_PKG dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_EAMCOST_PUB dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPACIT dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CSTPPINV dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPCOIC dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPACIT dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CST_REVENUECOGSMATCH_PVT dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPLCAC dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPPINV dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_REVENUECOGSMATCH_PVT dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CSTPLMWI dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CSTPWPVR dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CSTPCINT dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CSTPSMUT dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CSTPSMUT dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPCFMS dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPCFMS dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPCINT dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPACWC dependencies on CST_COST_ELEMENTS
12.1.1
-
APPS.CSTPLCAC dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.XLA_00707_AAD_S_000020_PKG dependencies on CST_COST_ELEMENTS
12.2.2
-
APPS.CSTPACWC dependencies on CST_COST_ELEMENTS
12.2.2
-
VIEW: BOM.CST_COST_ELEMENTS#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_COST_ELEMENTS#, status:VALID,
-
TABLE: BOM.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,
-
APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on MTL_PARAMETERS
12.2.2
-
APPS.CST_PAC_ITERATION_PROCESS_PVT dependencies on DUAL
12.1.1
-
APPS.CST_PAC_WIP_VALUE_REPORT_PVT dependencies on MTL_SYSTEM_ITEMS_KFV
12.1.1
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on WIP_DISCRETE_JOBS
12.2.2
-
APPS.CST_JOBCLOSEVAR_GRP dependencies on WIP_DISCRETE_JOBS
12.1.1
-
APPS.CSTPACWC dependencies on WIP_PERIOD_BALANCES
12.1.1
-
APPS.CSTPACWC dependencies on WIP_PERIOD_BALANCES
12.2.2
-
TABLE: BOM.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,