Search Results cm_cmpt_mst_b
Overview
The CM_CMPT_MST_B table is the Cost Component Master within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2. It is a core data object in the Process Manufacturing Financials (GMF) module, specifically designed for cost management in process manufacturing environments. This table serves as the master repository for defining and storing all cost components used in product costing. A cost component represents a distinct category of cost, such as material, labor, overhead, or burden, that accumulates to form the total cost of a manufactured item. The table's primary role is to provide a centralized, controlled list of these components, ensuring consistency across cost calculations, allocations, journal entries, and procurement costing, as evidenced by its extensive foreign key relationships with other GMF and GL tables.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the structure and relationships define its critical data elements. The central identifier is the COST_CMPNTCLS_ID, which is the primary key and uniquely identifies each cost component record. Other significant columns, inferred from foreign key relationships, include CMPNT_GROUP, which links a component to a classification group via the CM_CMPT_GRP table, and TEXT_CODE for descriptive text managed in CM_TEXT_HDR. The table stores the essential attributes for each component, such as its name, status, and control flags that dictate how the cost component is treated in various financial and manufacturing transactions.
Common Use Cases and Queries
This table is fundamental for cost setup, analysis, and reconciliation. A primary use case is the configuration of the cost model for items, where specific components are assigned to define cost buildup. It is also critical for running cost simulations, reviewing cost distributions, and troubleshooting cost variances. For reporting, analysts frequently join this master table to transactional detail tables to produce reports that break down costs by component. A common query pattern involves retrieving active cost components for a specific item or cost type. For example, to list all cost components associated with purchase order costs, one might join to the PO_COST_MST table referenced in the metadata:
- SELECT cmp.cost_cmpntcls_id, cmp.component_name, po.po_header_id FROM gmf.cm_cmpt_mst_b cmp JOIN apps.po_cost_mst po ON po.cmpntcls_id = cmp.cost_cmpntcls_id WHERE po.creation_date > SYSDATE - 30;
Related Objects
The CM_CMPT_MST_B table has a central position in the GMF schema, with numerous foreign key dependencies as documented. Key related objects include:
- CM_CMPT_GRP: Joined via CM_CMPT_MST_B.CMPNT_GROUP for component grouping.
- CM_TEXT_HDR: Joined via CM_CMPT_MST_B.TEXT_CODE for descriptive text.
- Transactional Detail Tables: Serves as a master reference for CM_ACST_LED, CM_ADJS_DTL, CM_BRDN_DTL, CM_CMPT_DTL, and GL_ITEM_DTL via COST_CMPNTCLS_ID.
- Resource and Policy Masters: Referenced by CR_RSRC_MST_B (COST_CMPNTCLS_ID) and GL_PLCY_MST (MTL_CMPNTCLS_ID).
- Allocation and Accounting: Linked to GL_ALOC_BAS (CMPNTCLS_ID) and GL_ACCT_MAP (COST_CMPNTCLS_ID).
- Procurement Integration: Directly referenced by PO_COST_MST (CMPNTCLS_ID), connecting manufacturing cost components to purchase order costing.
- Burden Association (GMF_BURDEN_ASSOCIATION): Referenced for both SOURCE_CMPNTCLS_ID and TARGET_CMPNTCLS_ID, managing overhead cost relationships.
-
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_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 ,
-
APPS.CM_CMPT_MST_PKG dependencies on CM_CMPT_MST_B
12.2.2
-
APPS.PON_CF_TYPE_GRP dependencies on CM_CMPT_MST_B
12.2.2
-
APPS.CM_CMPT_MST_PKG dependencies on CM_CMPT_MST_B
12.1.1
-
APPS.PON_CF_TYPE_GRP dependencies on CM_CMPT_MST_B
12.1.1
-
SYNONYM: APPS.CM_CMPT_MST_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CM_CMPT_MST_B, status:VALID,
-
Table: GMF_BURDEN_ASSOCIATION
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_ASSOCIATION, object_name:GMF_BURDEN_ASSOCIATION, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this table is where the Percentage Burden Associations are stored. , implementation_dba_data: GMF.GMF_BURDEN_ASSOCIATION ,
-
Table: GMF_BURDEN_ASSOCIATION
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_ASSOCIATION, object_name:GMF_BURDEN_ASSOCIATION, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this table is where the Percentage Burden Associations are stored. , implementation_dba_data: GMF.GMF_BURDEN_ASSOCIATION ,
-
SYNONYM: APPS.CM_CMPT_MST_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CM_CMPT_MST_B, status:VALID,
-
VIEW: GMF.CM_CMPT_MST_B#
12.2.2
owner:GMF, object_type:VIEW, object_name:CM_CMPT_MST_B#, status:VALID,
-
VIEW: APPS.CM_CMPT_MST_VL
12.1.1
-
VIEW: APPS.CM_CMPT_MST_VL
12.2.2
-
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: PO_COST_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquisition costs master table. , implementation_dba_data: GML.PO_COST_MST ,
-
VIEW: GMF.CM_CMPT_MST_B#
12.2.2
-
PACKAGE BODY: APPS.PON_CF_TYPE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PON_CF_TYPE_GRP, status:VALID,
-
PACKAGE BODY: APPS.CM_CMPT_MST_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CM_CMPT_MST_PKG, status:VALID,
-
APPS.CM_CMPT_MST_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PON_CF_TYPE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PON_CF_TYPE_GRP, status:VALID,
-
Table: PO_COST_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_COST_MST, object_name:PO_COST_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Acquisition costs master table. , implementation_dba_data: GML.PO_COST_MST ,
-
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 ,
-
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: 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_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_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: CR_RSRC_MST_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
APPS.CM_CMPT_MST_PKG SQL Statements
12.1.1
-
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 ,
-
APPS.CM_CMPT_MST_PKG dependencies on CM_CMPT_MST_TL
12.2.2
-
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: 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: 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.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 ,
-
PACKAGE BODY: APPS.CM_CMPT_MST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CM_CMPT_MST_PKG, status:VALID,
-
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: 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: CR_RSRC_MST_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
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_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.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_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 ,
-
View: CM_CMPT_MST_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_MST_VL, object_name:CM_CMPT_MST_VL, status:VALID, product: GMF - Process Manufacturing Financials , description: Language resolved view of Cost Component Class Master and Translated description table , implementation_dba_data: APPS.CM_CMPT_MST_VL ,
-
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: CM_CMPT_MST_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CMPT_MST_VL, object_name:CM_CMPT_MST_VL, status:VALID, product: GMF - Process Manufacturing Financials , description: Language resolved view of Cost Component Class Master and Translated description table , implementation_dba_data: APPS.CM_CMPT_MST_VL ,
-
APPS.CM_CMPT_MST_PKG dependencies on CM_CMPT_MST_TL
12.1.1
-
12.1.1 FND Design Data
12.1.1