Search Results cm_cmpt_dtl
Overview
The CM_CMPT_DTL table is a core data object within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the detailed repository for cost component information, which is fundamental to the product costing and cost analysis processes in a process manufacturing environment. This table stores the granular, calculated cost breakdown for items based on specific cost methods, periods, warehouses, and cost component classifications. Its primary role is to provide the detailed cost structure that feeds into inventory valuation, cost of goods sold calculations, and profitability analysis, enabling precise financial control and reporting for manufactured products.
Key Information Stored
The table's structure is defined by a composite primary key and numerous foreign key relationships that contextualize each cost component detail record. The primary identifier is the system-generated CMPNTCOST_ID. The logical key, enforced by a unique constraint (CM_CMPT_DTL_U1), combines several dimensions to uniquely identify a cost component for a specific scenario. This includes the ITEM_ID, WHSE_CODE, CALENDAR_CODE, PERIOD_CODE, and COST_MTHD_CODE, pinpointing the item, location, and accounting period. Crucially, it also includes the COST_CMPNTCLS_ID, which links to the type of cost component (e.g., material, labor, overhead), and the COST_ANALYSIS_CODE, which defines the purpose of the cost calculation (e.g., frozen, pending, simulated). The COST_LEVEL column further categorizes the cost, such as batch-level or resource-level. Other significant columns include foreign keys to related control and transactional data, such as ACPROC_ID for the associated accounting process, ROLLUP_REF_NO for cost rollup activities, and FMEFF_ID for formula and process effectivity.
Common Use Cases and Queries
This table is central to cost inquiry and reconciliation reports. A common use case is analyzing the detailed cost composition of a finished good for a specific period and cost method to understand cost drivers. Another is tracing cost variances between different cost analyses or periods. Typical reporting queries join CM_CMPT_DTL to its master tables to translate IDs into meaningful descriptions. For example:
- To retrieve the detailed cost breakdown for an item:
SELECT ccd.*, mst.cost_cmpntcls_code FROM gmf.cm_cmpt_dtl ccd JOIN gmf.cm_cmpt_mst_b mst ON ccd.cost_cmpntcls_id = mst.cost_cmpntcls_id WHERE ccd.item_id = :p_item_id AND ccd.calendar_code = :p_calendar AND ccd.period_code = :p_period AND ccd.cost_mthd_code = :p_cost_method; - To compare frozen and pending costs for variance analysis, queries would filter on different COST_ANALYSIS_CODE values while keeping other key dimensions constant.
- Data from this table is also essential for period-end closing procedures, where costs are finalized and transferred to the general ledger.
Related Objects
CM_CMPT_DTL is a hub within the GMF costing schema, with extensive relationships to master and transactional tables. Key parent/master tables include CM_CMPT_MST (cost component class), CM_MTHD_MST (costing method), CM_ALYS_MST (cost analysis), IC_ITEM_MST (item master), IC_WHSE_MST (warehouse), and CM_CLDR_DTL (accounting calendar). It is also referenced by critical child/ledger tables that consume its detailed cost data, most notably CM_ACST_LED (actual cost ledger), CM_SCST_LED (standard cost ledger), and CM_BRDN_DTL (burden cost details). This network of relationships underscores its position as the source of validated component costs that propagate to broader financial ledgers and reports.
-
Table: CM_CMPT_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL, object_name:CM_CMPT_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Details , implementation_dba_data: GMF.CM_CMPT_DTL ,
-
Table: CM_CMPT_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL, object_name:CM_CMPT_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Details , implementation_dba_data: GMF.CM_CMPT_DTL ,
-
Table: CM_CMPT_DTL_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL_EFC, object_name:CM_CMPT_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_CMPT_DTL for EFC migration. Stores the original values of columns of CM_CMPT_DTL that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of CM_CMPT_DTL and , implementation_dba_data: GMF.CM_CMPT_DTL_EFC ,
-
Table: CM_CMPT_DTL_EFC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL_EFC, object_name:CM_CMPT_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_CMPT_DTL for EFC migration. Stores the original values of columns of CM_CMPT_DTL that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of CM_CMPT_DTL and , implementation_dba_data: GMF.CM_CMPT_DTL_EFC ,
-
View: CM_CMPT_DTL_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_DTL_VW1, object_name:CM_CMPT_DTL_VW1, status:VALID, product: GMF - Process Manufacturing Financials , description: View on cm_cmpt_dtl , implementation_dba_data: APPS.CM_CMPT_DTL_VW1 ,
-
View: CM_CMPT_DTL_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_DTL_VW1, object_name:CM_CMPT_DTL_VW1, status:VALID, product: GMF - Process Manufacturing Financials , description: View on cm_cmpt_dtl , implementation_dba_data: APPS.CM_CMPT_DTL_VW1 ,
-
View: CM_CMPT_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_DTL_V, object_name:CM_CMPT_DTL_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Cost Details form , implementation_dba_data: APPS.CM_CMPT_DTL_V ,
-
View: CM_CMPT_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_DTL_V, object_name:CM_CMPT_DTL_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Cost Details form , implementation_dba_data: APPS.CM_CMPT_DTL_V ,
-
Table: CM_CMPT_MST
12.1.1
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: CM_ACST_LED
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACST_LED, object_name:CM_ACST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Actual Costing Ledger Table. The purpose of this table is to serve as a depository of all actual costing transactions. These transactions may originate from Production Batch details (pm_matl_dtl) or POC resource details (pm_oprn_dtl) or Pu , implementation_dba_data: GMF.CM_ACST_LED ,
-
Table: CM_CMPT_MST_B
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
Table: CM_SCST_LED
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_SCST_LED, object_name:CM_SCST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Standard Costs Ledger. Rows are created during the cost rollup process. It serves the purpose of a ledger on the performed cost calculations of each product. Formula and routing information is maintained within this table. Has a detailed , implementation_dba_data: GMF.CM_SCST_LED ,
-
Table: CM_CMPT_MST_B
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
Table: CM_ACPR_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Control Table will allow the OPM user to communicate with the Actual Cost Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to a , implementation_dba_data: GMF.CM_ACPR_CTL ,
-
Table: CM_CMPT_MST
12.2.2
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: CM_ALYS_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
Table: CM_CLDR_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
Table: CM_ACST_LED
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACST_LED, object_name:CM_ACST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Actual Costing Ledger Table. The purpose of this table is to serve as a depository of all actual costing transactions. These transactions may originate from Production Batch details (pm_matl_dtl) or POC resource details (pm_oprn_dtl) or Pu , implementation_dba_data: GMF.CM_ACST_LED ,
-
Table: CM_ALYS_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
View: CM_CMPT_DTL_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_DTL_VW, object_name:CM_CMPT_DTL_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: View of TOTAL_COST , implementation_dba_data: APPS.CM_CMPT_DTL_VW ,
-
Table: CM_ACPR_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Control Table will allow the OPM user to communicate with the Actual Cost Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to a , implementation_dba_data: GMF.CM_ACPR_CTL ,
-
Table: CM_RLUP_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RLUP_CTL, object_name:CM_RLUP_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Rollup Process Control Table - allows the OPM user to communicate with the Cost Rollup Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to abort. , implementation_dba_data: GMF.CM_RLUP_CTL ,
-
Table: CM_SCST_LED
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_SCST_LED, object_name:CM_SCST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Standard Costs Ledger. Rows are created during the cost rollup process. It serves the purpose of a ledger on the performed cost calculations of each product. Formula and routing information is maintained within this table. Has a detailed , implementation_dba_data: GMF.CM_SCST_LED ,
-
Table: CM_MTHD_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_MTHD_MST, object_name:CM_MTHD_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item Cost Methods - Cost methods are defined by the user. Cost calculation types for raw material and product costs are also specified for Actual Costing Methods. , implementation_dba_data: GMF.CM_MTHD_MST ,
-
Table: CM_MTHD_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_MTHD_MST, object_name:CM_MTHD_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item Cost Methods - Cost methods are defined by the user. Cost calculation types for raw material and product costs are also specified for Actual Costing Methods. , implementation_dba_data: GMF.CM_MTHD_MST ,
-
Table: CM_TEXT_HDR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_TEXT_HDR, object_name:CM_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Header information for Text entered through Edit Text option , implementation_dba_data: GMF.CM_TEXT_HDR ,
-
Table: CM_RLUP_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RLUP_CTL, object_name:CM_RLUP_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Rollup Process Control Table - allows the OPM user to communicate with the Cost Rollup Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to abort. , implementation_dba_data: GMF.CM_RLUP_CTL ,
-
Table: CM_TEXT_HDR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_TEXT_HDR, object_name:CM_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Header information for Text entered through Edit Text option , implementation_dba_data: GMF.CM_TEXT_HDR ,
-
Table: CM_CLDR_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
Table: CM_BRDN_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_BRDN_DTL, object_name:CM_BRDN_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Burden Details - contains the Burden (Overhead) costs applied to an item , implementation_dba_data: GMF.CM_BRDN_DTL ,
-
Table: CM_BRDN_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_BRDN_DTL, object_name:CM_BRDN_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Burden Details - contains the Burden (Overhead) costs applied to an item , implementation_dba_data: GMF.CM_BRDN_DTL ,
-
View: CM_CMPT_DTL_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_DTL_VW, object_name:CM_CMPT_DTL_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: View of TOTAL_COST , implementation_dba_data: APPS.CM_CMPT_DTL_VW ,