Search Results cm_cldr_dtl
Overview
The CM_CLDR_DTL table is a core data structure within the Oracle E-Business Suite Process Manufacturing Financials (GMF) module. It functions as the detailed repository for costing calendar periods, which are fundamental to the periodic costing and financial accounting processes in a manufacturing environment. This table stores the individual period definitions that roll up into a costing calendar defined in its parent header table. Its primary role is to establish the temporal framework for capturing, calculating, and reporting inventory, resource, and overhead costs on a periodic basis, ensuring costs are aligned with specific accounting periods for accurate financial reporting and analysis.
Key Information Stored
The table's structure is defined by a composite primary key consisting of CALENDAR_CODE and PERIOD_CODE, uniquely identifying each period within a specific calendar. While the provided metadata does not list all columns, the foreign key relationships imply the table likely contains descriptive attributes for each period, such as period name, start date, end date, status (open, closed, future), and a link to a text code (CM_TEXT_HDR) for descriptive flexfield or notes. The CALENDAR_CODE column is critical, as it links each detail record to its parent calendar in both the CM_CLDR_HDR and CM_CLDR_HDR_B tables, establishing the calendar hierarchy.
Common Use Cases and Queries
This table is central to any operation involving period-based cost transactions. Common use cases include validating if a period is open for cost updates, running period-end cost aggregation and reconciliation reports, and ensuring data integrity during cost roll-up and burden calculation processes. A typical query would retrieve all open periods for a given calendar to process transactions or generate period-specific cost reports. For example:
- Retrieving period details:
SELECT calendar_code, period_code, period_name, start_date, end_date, status FROM gmf.cm_cldr_dtl WHERE calendar_code = '&CALENDAR' ORDER BY start_date; - Validating a period for transaction entry:
SELECT 'Period is Closed' FROM gmf.cm_cldr_dtl WHERE calendar_code = :p_cal_code AND period_code = :p_period_code AND status != 'O';
Reporting often involves joining this table with various cost sub-ledger tables to analyze costs by accounting period.
Related Objects
As indicated by its extensive foreign key relationships, CM_CLDR_DTL is a pivotal reference table for numerous GMF and General Ledger (GL) sub-ledgers. Key dependent objects include:
- Parent Tables: CM_CLDR_HDR, CM_CLDR_HDR_B (calendar headers).
- Core Costing Tables: CM_ACST_LED (actual cost ledger), CM_ADJS_DTL (adjustments), CM_BRDN_DTL (burden), CM_CMPT_DTL (component costs), CM_RSRC_DTL (resource costs).
- Control Tables: CM_ALPR_CTL (allocation process), CM_CUPD_CTL (cost update), CM_RLUP_CTL (roll-up).
- Warehouse & Policy Tables: CM_WHSE_EFF, CM_WHSE_SRC, GL_PLCY_MST (GL policy master).
- GL Integration: GL_ITEM_CST, GL_ALOC_INP.
These relationships enforce referential integrity, ensuring all cost transactions are posted to valid, defined calendar periods.
-
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: 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 ,
-
View: CM_CLDR_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CLDR_MST_V, object_name:CM_CLDR_MST_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View on period statuses & calendars , implementation_dba_data: APPS.CM_CLDR_MST_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 ,
-
Table: GL_ALOC_INP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_INP, object_name:GL_ALOC_INP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the expense and basis amount computed during the allocation processing. Currently these values are being brought over from Oracle Financials and the user has the option to maintain them via a maintenance screen. , implementation_dba_data: GMF.GL_ALOC_INP ,
-
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 ,
-
Table: CM_ALPR_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALPR_CTL, object_name:CM_ALPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Allocation Process Control Table - Contains the process information such as Fiscal Year and Period, Costing Calendar and Period. , implementation_dba_data: GMF.CM_ALPR_CTL ,
-
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 ,
-
Table: CM_ALPR_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALPR_CTL, object_name:CM_ALPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Allocation Process Control Table - Contains the process information such as Fiscal Year and Period, Costing Calendar and Period. , implementation_dba_data: GMF.CM_ALPR_CTL ,
-
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: 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_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_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: 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: CM_CLDR_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_CLDR_MST_V, object_name:CM_CLDR_MST_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View on period statuses & calendars , implementation_dba_data: APPS.CM_CLDR_MST_V ,
-
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_WHSE_EFF
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Warehouse Effectivities. Used by Cost Rollup Process , implementation_dba_data: GMF.CM_WHSE_EFF ,
-
Table: CM_WHSE_SRC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_SRC, object_name:CM_WHSE_SRC, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Source Warehouses - Used by Rollup process , implementation_dba_data: GMF.CM_WHSE_SRC ,
-
Table: CM_WHSE_EFF
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Warehouse Effectivities. Used by Cost Rollup Process , implementation_dba_data: GMF.CM_WHSE_EFF ,
-
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_WHSE_SRC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_SRC, object_name:CM_WHSE_SRC, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Source Warehouses - Used by Rollup process , implementation_dba_data: GMF.CM_WHSE_SRC ,
-
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: GL_ALOC_INP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_INP, object_name:GL_ALOC_INP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the expense and basis amount computed during the allocation processing. Currently these values are being brought over from Oracle Financials and the user has the option to maintain them via a maintenance screen. , implementation_dba_data: GMF.GL_ALOC_INP ,
-
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_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_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_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.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_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: 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_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 ,