Search Results cm_cmpt_mst
Overview
The CM_CMPT_MST table is the Cost Component Master table within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for defining and managing distinct cost components used in product costing. A cost component is a classification for a type of cost, such as material, labor, overhead, or a user-defined element, which allows for detailed cost accumulation, analysis, and reporting. This master data is foundational for the cost accounting and financial control of manufacturing processes, enabling the segregation of costs for accurate inventory valuation, variance analysis, and profitability reporting.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its core structure. The table's primary key is COST_CMPNTCLS_ID, which uniquely identifies each cost component record. Key descriptive attributes, though not enumerated, typically include the component name, description, and status. The table maintains critical relationships through foreign keys: CMPNT_GROUP links to the CM_CMPT_GRP table for component grouping, and TEXT_CODE links to CM_TEXT_HDR for descriptive flexfield or textual descriptions. This structure ensures that each cost component is properly categorized and described within the system.
Common Use Cases and Queries
A primary use case is the setup and maintenance of the costing model. Analysts define cost components to mirror the organization's cost structure. Common reporting involves listing all active components or querying components associated with a specific group. For troubleshooting or data validation, identifying all cost transactions for a particular component is essential. Sample SQL patterns include fetching basic component details and joining with transaction tables to analyze cost postings.
- SELECT cost_cmpntcls_id, name, description FROM cm_cmpt_mst WHERE enabled_flag = 'Y';
- SELECT mst.cost_cmpntcls_id, mst.name, dtl.* FROM cm_cmpt_mst mst, cm_acst_led dtl WHERE mst.cost_cmpntcls_id = dtl.cost_cmpntcls_id;
Related Objects
As indicated by its extensive foreign key relationships, CM_CMPT_MST is a critical reference table for numerous transactional and setup tables across GMF and related modules. Key dependent objects include CM_ACST_LED (Actual Cost Ledger), CM_ADJS_DTL (Adjustment Details), and CM_BRDN_DTL (Burden Details), which store detailed cost transactions tagged with a component ID. Setup tables like GL_ACCT_MAP (Account Mapping) and GL_PLCY_MST (Policy Master) reference it to define accounting rules. It is also referenced in operational tables such as CR_RSRC_MST (Resources), FM_OPRN_DTL (Formulation Operations), and PO_COST_MST (Purchase Order Costing), linking cost components to production and procurement activities.
-
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_CMPT_MST
12.1.1
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: CM_CMPT_GRP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_GRP, object_name:CM_CMPT_GRP, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component Groups , implementation_dba_data: GMF.CM_CMPT_GRP ,
-
Table: CM_CMPT_GRP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_GRP, object_name:CM_CMPT_GRP, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component Groups , implementation_dba_data: GMF.CM_CMPT_GRP ,
-
Table: GL_ITEM_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL, object_name:GL_ITEM_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component detail information for the item. Component details for the Accounting cost available in GL_ITEM_CST table. , implementation_dba_data: GMF.GL_ITEM_DTL ,
-
Table: GL_ITEM_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_DTL, object_name:GL_ITEM_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component detail information for the item. Component details for the Accounting cost available in GL_ITEM_CST table. , implementation_dba_data: GMF.GL_ITEM_DTL ,
-
Table: CM_CMPT_MTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MTL, object_name:CM_CMPT_MTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the item or item cost class specific material cost component and material analysis code. Used by the Actual Cost Process. , implementation_dba_data: GMF.CM_CMPT_MTL ,
-
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 ,
-
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_ADJS_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ADJS_DTL, object_name:CM_ADJS_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Adjustments Details table - contains the adjustments details required and entered for cost adjustments. , implementation_dba_data: GMF.CM_ADJS_DTL ,
-
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_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_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 ,
-
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 ,
-
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: GMF_COST_CMPNT_CLASS_SLA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_COST_CMPNT_CLASS_SLA_V, object_name:GMF_COST_CMPNT_CLASS_SLA_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for the value set , GMF_COST_CMPNT_CLASS_SLA , implementation_dba_data: APPS.GMF_COST_CMPNT_CLASS_SLA_V ,
-
Table: CM_ADJS_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ADJS_DTL, object_name:CM_ADJS_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Adjustments Details table - contains the adjustments details required and entered for cost adjustments. , implementation_dba_data: GMF.CM_ADJS_DTL ,
-
Table: CM_CMPT_MTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MTL, object_name:CM_CMPT_MTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the item or item cost class specific material cost component and material analysis code. Used by the Actual Cost Process. , implementation_dba_data: GMF.CM_CMPT_MTL ,
-
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: GL_ALOC_BAS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the basis information for an allocation code about the items to which expenses will be allocated, the allocation criteria based upon the basis account or fixed percent, and the cost component class bucket to which the al , implementation_dba_data: GMF.GL_ALOC_BAS ,
-
Table: GL_ALOC_BAS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the basis information for an allocation code about the items to which expenses will be allocated, the allocation criteria based upon the basis account or fixed percent, and the cost component class bucket to which the al , implementation_dba_data: GMF.GL_ALOC_BAS ,
-
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_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: GL_PLCY_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
Table: GL_PLCY_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
Table: GL_ACCT_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
Table: GL_ACCT_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
View: GMF_XLA_PM_RSRC_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_RSRC_TXNS_V, object_name:GMF_XLA_PM_RSRC_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_PM_RSRC_TXNS_V ,
-
View: GMF_XLA_PM_RSRC_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_RSRC_TXNS_V, object_name:GMF_XLA_PM_RSRC_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Resource Transactions , implementation_dba_data: APPS.GMF_XLA_PM_RSRC_TXNS_V ,