Search Results cm_rsrc_dtl
Overview
The CM_RSRC_DTL table is a core data object within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as the primary repository for storing detailed resource cost information. Its fundamental role is to capture and maintain the calculated or assigned costs for manufacturing resources—such as labor, equipment, or overhead—within a specific organizational, calendar, and costing context. This data is essential for accurate product costing, variance analysis, and financial reporting in a process manufacturing environment, forming a critical link between production operations and financial management.
Key Information Stored
The table's structure is designed to uniquely identify a cost record through its primary key, which consists of five columns: ORGN_CODE (organization), RESOURCES, CALENDAR_CODE, PERIOD_CODE, and COST_MTHD_CODE (costing method). This composite key ensures that resource costs are tracked distinctly for each combination of these dimensions. Important columns include TEXT_CODE for descriptive notes, USAGE_UM to store the unit of measure for the resource usage, and various cost columns (though specific cost column names like COST or UNIT_COST are implied by the description but not explicitly listed in the provided metadata). The table enforces data integrity through foreign key relationships to master data tables for organizations, resources, calendars, and costing methods.
Common Use Cases and Queries
This table is central to cost roll-up and analysis processes. A common use case is retrieving the effective cost of a resource for a given period and costing method to calculate the cost of goods manufactured. Financial analysts may query this table to investigate cost variances by comparing standard resource costs against actuals or analyzing period-over-period cost fluctuations. A typical reporting query would join CM_RSRC_DTL to master tables like CR_RSRC_MST for resource descriptions and CM_CLDR_DTL for period details.
- Sample Query Pattern: SELECT rdtl.*, rsrc.resource_desc, clrd.period_start_date FROM gmf.cm_rsrc_dtl rdtl JOIN cr_rsrc_mst rsrc ON rdtl.resources = rsrc.resource_id JOIN gmF.cm_cldr_dtl clrd ON rdtl.calendar_code = clrd.calendar_code AND rdtl.period_code = clrd.period_code WHERE rdtl.orgn_code = :p_org AND rdtl.cost_mthd_code = :p_costing_method AND clrd.period_code = :p_period;
Related Objects
As indicated by its foreign keys, CM_RSRC_DTL has strong dependencies on several master and transactional tables within the GMF and related schemas. Key related objects include:
- CM_CLDR_DTL: Provides the calendar period context for the cost record.
- CM_MTHD_MST: Defines the valid costing method.
- CR_RSRC_MST / CR_RSRC_MST_B: The master definition of the manufacturing resource.
- SY_ORGN_MST / SY_ORGN_MST_B: Defines the organization structure.
- SY_UOMS_MST: Contains the unit of measure definition for the usage UOM.
- CM_TEXT_HDR: Stores optional descriptive text attached to the cost record.
This table is likely referenced by various cost calculation engines, inventory valuation reports, and the Cost Management suite within GMF.
-
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: CM_RSRC_DTL_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RSRC_DTL_EFC, object_name:CM_RSRC_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_RSRC_DTL for EFC migration. Stores the original values of columns of CM_RSRC_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_RSRC_DTL and , implementation_dba_data: GMF.CM_RSRC_DTL_EFC ,
-
Table: CM_RSRC_DTL_EFC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RSRC_DTL_EFC, object_name:CM_RSRC_DTL_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of CM_RSRC_DTL for EFC migration. Stores the original values of columns of CM_RSRC_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_RSRC_DTL and , implementation_dba_data: GMF.CM_RSRC_DTL_EFC ,
-
View: CM_RSRC_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_RSRC_DTL_V, object_name:CM_RSRC_DTL_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Resource Costs form , implementation_dba_data: APPS.CM_RSRC_DTL_V ,
-
View: CM_RSRC_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_RSRC_DTL_V, object_name:CM_RSRC_DTL_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Resource Costs form , implementation_dba_data: APPS.CM_RSRC_DTL_V ,
-
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_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_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 ,
-
View: GMF_RESOURCE_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_RESOURCE_COSTS_V, object_name:GMF_RESOURCE_COSTS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: Resource Costs View , implementation_dba_data: APPS.GMF_RESOURCE_COSTS_V ,
-
View: GMF_RESOURCE_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_RESOURCE_COSTS_V, object_name:GMF_RESOURCE_COSTS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_RESOURCE_COSTS_V ,