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 ,
-
APPS.GMF_VALIDATIONS_PVT dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_ALLOC_PROC dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_MIGRATION dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_BURDENDETAILS_PUB dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_ALLOC_PROC dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_MIGRATION dependencies on CM_CLDR_DTL
12.1.1
-
APPS.OPI_OPM_COMMON_PKG dependencies on CM_CLDR_DTL
12.1.1
-
APPS.OPI_PMI_COST dependencies on CM_CLDR_DTL
12.1.1
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_BURDENDETAILS_PUB dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_CMR11USR_XMLP_PKG dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_VALIDATIONS_PVT dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_VALIDATIONS_PVT dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_CMR11USR_XMLP_PKG dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_COPY_PERCENTAGE_BURDEN dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_ACTUAL_COST_ADJUSTMENT_PUB dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_ITEMCOST_PUB dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_ITEMCOST_PUB dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMD_COMMON_VAL dependencies on CM_CLDR_DTL
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on CM_CLDR_DTL
12.2.2
-
APPS.GMF_ACTUAL_COST_ADJUSTMENT_PUB dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMF_VALIDATIONS_PVT dependencies on CM_CLDR_DTL
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on CM_CLDR_DTL
12.1.1
-
APPS.GMD_COMMON_VAL dependencies on CM_CLDR_DTL
12.2.2
-
APPS.OPI_DBI_RES_OPM_PKG dependencies on CM_CLDR_HDR_B
12.1.1
-
VIEW: APPS.PMIBV_COSTCALPERIOD_LOV_V
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on CM_CLDR_HDR
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on CM_CLDR_HDR
12.2.2
-
VIEW: APPS.CM_CLDR_MST_V
12.2.2
-
VIEW: GMF.CM_CLDR_DTL#
12.2.2
owner:GMF, object_type:VIEW, object_name:CM_CLDR_DTL#, status:VALID,
-
VIEW: APPS.PMIBV_COSTCALPERIOD_LOV_V
12.1.1
-
APPS.OPI_OPM_COMMON_PKG dependencies on CM_CLDR_HDR
12.1.1
-
SYNONYM: APPS.CM_CLDR_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CM_CLDR_DTL, status:VALID,
-
VIEW: GMF.CM_CLDR_DTL#
12.2.2
-
SYNONYM: APPS.CM_CLDR_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CM_CLDR_DTL, status:VALID,
-
VIEW: APPS.CM_CLDR_MST_V
12.1.1
-
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 ,
-
VIEW: APPS.PMIFV_GL_CM_COST_COMPARISON_V
12.1.1
-
VIEW: APPS.PMIFV_GL_CM_COST_COMPARISON_V
12.2.2
-
VIEW: APPS.PMIFV_BURDEN_V
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on SY_ORGN_MST
12.2.2
-
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: APPS.PMIFV_BURDEN_V
12.1.1
-
View: PMIFV_GL_CM_COST_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_GL_CM_COST_COMPARISON_V, object_name:PMIFV_GL_CM_COST_COMPARISON_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Costing information from both the GL and Process Manufacturing costing tables. , implementation_dba_data: APPS.PMIFV_GL_CM_COST_COMPARISON_V ,
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_WHSE_MST
12.2.2