Search Results cm_mthd_mst
Overview
The CM_MTHD_MST table is a core master data table within the GMF (Process Manufacturing Financials) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for defining and storing all item cost methods used in the Process Manufacturing cost accounting system. A cost method is a user-defined rule set that determines how costs are calculated, accumulated, and reported for both raw materials and finished products. The table is particularly critical for configuring Actual Costing methods, where it specifies the calculation types for material and product costs, enabling precise inventory valuation and cost of goods sold (COGS) accounting in a process manufacturing environment.
Key Information Stored
The primary data stored in CM_MTHD_MST revolves around the unique identification and configuration of each cost method. The table's primary key is the COST_MTHD_CODE column, which holds the unique identifier for each cost method definition. Based on its relationships, other significant columns likely include fields to define the cost calculation type (e.g., standard, average, FIFO, LIFO), indicators for raw material and product cost processing, and status flags. The table also references the CM_TEXT_HDR table via a TEXT_CODE foreign key, which associates descriptive, translatable text with the cost method for user interfaces and reports.
Common Use Cases and Queries
This table is fundamental to cost setup and inquiry processes. Common operational use cases include the initial configuration of the cost accounting system, where financial controllers define all permitted cost methods. It is also heavily referenced during transaction processing (like production completions and inventory issues) to determine the correct cost rules to apply. A typical reporting query would join CM_MTHD_MST with its text table to list all active cost methods. For troubleshooting, one might query which cost methods are linked to specific cost calendars or burden definitions.
- Listing all defined cost methods with descriptions:
SELECT m.cost_mthd_code, t.text FROM gmf.cm_mthd_mst m, gmf.cm_text_hdr t WHERE m.text_code = t.text_code(+); - Finding tables referencing a specific cost method (e.g., 'ACTUAL'):
SELECT cost_mthd_code FROM gmf.cm_acst_led WHERE cost_mthd_code = 'ACTUAL';
Related Objects
As evidenced by its extensive foreign key relationships, CM_MTHD_MST is a pivotal hub in the GMF schema. Its primary key (COST_MTHD_CODE) is referenced by numerous transactional and control tables, including cost ledgers (CM_ACST_LED), adjustment details (CM_ADJS_DTL), burden details (CM_BRDN_DTL), cost calendars (CM_CLDR_HDR), component details (CM_CMPT_DTL), and cost update controls (CM_CUPD_CTL). It also integrates with the General Ledger module via the GL_ITEM_CST and GL_PLCY_MST tables, where cost methods are tied to item costs and revenue recognition policies. This wide integration underscores its role as a master control point for the entire cost accounting flow.
-
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: 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: CM_CLDR_HDR_B
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_HDR_B, object_name:CM_CLDR_HDR_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Header Table , implementation_dba_data: GMF.CM_CLDR_HDR_B ,
-
Table: CM_CLDR_HDR
12.1.1
product: GMF - Process Manufacturing Financials , description: Costing Calendar Header Table , implementation_dba_data: Not implemented in this database ,
-
Table: CM_CLDR_HDR
12.2.2
product: GMF - Process Manufacturing Financials , description: Costing Calendar Header Table , implementation_dba_data: Not implemented in this database ,
-
View: CM_ACST_LED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_ACST_LED_V, object_name:CM_ACST_LED_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Acquisition cost LED view , implementation_dba_data: APPS.CM_ACST_LED_V ,
-
Table: CM_CLDR_HDR_B
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_HDR_B, object_name:CM_CLDR_HDR_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Header Table , implementation_dba_data: GMF.CM_CLDR_HDR_B ,
-
View: CM_ACST_LED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_ACST_LED_V, object_name:CM_ACST_LED_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Acquisition cost LED view , implementation_dba_data: APPS.CM_ACST_LED_V ,
-
Table: CM_RSRC_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RSRC_DTL, object_name:CM_RSRC_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Resource Costs , implementation_dba_data: GMF.CM_RSRC_DTL ,
-
Table: CM_RSRC_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RSRC_DTL, object_name:CM_RSRC_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Resource Costs , implementation_dba_data: GMF.CM_RSRC_DTL ,
-
Table: GMF_BURDEN_PERCENTAGES
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_PERCENTAGES, object_name:GMF_BURDEN_PERCENTAGES, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this is where the Burden Percentages are established. , implementation_dba_data: GMF.GMF_BURDEN_PERCENTAGES ,
-
View: GMF_LOT_COST_BURDENS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LOT_COST_BURDENS_V, object_name:GMF_LOT_COST_BURDENS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for lot cost burdens form , implementation_dba_data: APPS.GMF_LOT_COST_BURDENS_V ,
-
Table: GL_ITEM_CST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_CST, object_name:GL_ITEM_CST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item costs for transactions. Maintains accounting and current costs. Component cost details are available in GL_ITEM_DTL table. , implementation_dba_data: GMF.GL_ITEM_CST ,
-
Table: CM_CUPD_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CUPD_CTL, object_name:CM_CUPD_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Update Process Control Table - allows the OPM user to communicate with the Cost Update 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_CUPD_CTL ,
-
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: GL_ITEM_CST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ITEM_CST, object_name:GL_ITEM_CST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item costs for transactions. Maintains accounting and current costs. Component cost details are available in GL_ITEM_DTL table. , implementation_dba_data: GMF.GL_ITEM_CST ,
-
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_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 ,
-
View: GMF_LOT_COST_BURDENS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LOT_COST_BURDENS_V, object_name:GMF_LOT_COST_BURDENS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for lot cost burdens form , implementation_dba_data: APPS.GMF_LOT_COST_BURDENS_V ,
-
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: GMF_BURDEN_PERCENTAGES
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_BURDEN_PERCENTAGES, object_name:GMF_BURDEN_PERCENTAGES, status:VALID, product: GMF - Process Manufacturing Financials , description: In OPM Costing, this is where the Burden Percentages are established. , implementation_dba_data: GMF.GMF_BURDEN_PERCENTAGES ,
-
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_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_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_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_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 ,
-
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_CUPD_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CUPD_CTL, object_name:CM_CUPD_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Update Process Control Table - allows the OPM user to communicate with the Cost Update 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_CUPD_CTL ,
-
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 ,
-
View: GMF_LOT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LOT_COSTS_V, object_name:GMF_LOT_COSTS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Internal View for the lot item cost details form , implementation_dba_data: APPS.GMF_LOT_COSTS_V ,
-
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 ,
-
View: GMF_LOT_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LOT_COSTS_V, object_name:GMF_LOT_COSTS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Internal View for the lot item cost details form , implementation_dba_data: APPS.GMF_LOT_COSTS_V ,
-
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_LOT_COST_ADJUSTMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LOT_COST_ADJUSTMENTS_V, object_name:GMF_LOT_COST_ADJUSTMENTS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Internal View for Lot Cost Adjustments , implementation_dba_data: APPS.GMF_LOT_COST_ADJUSTMENTS_V ,
-
View: GMF_LOT_COST_ADJUSTMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_LOT_COST_ADJUSTMENTS_V, object_name:GMF_LOT_COST_ADJUSTMENTS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Internal View for Lot Cost Adjustments , implementation_dba_data: APPS.GMF_LOT_COST_ADJUSTMENTS_V ,