Search Results cm_cldr_hdr
Overview
The CM_CLDR_HDR table is the central repository for defining costing calendars within Oracle E-Business Suite Process Manufacturing Financials (GMF). It serves as the header record for a costing calendar, which is a critical master data structure used to define the accounting periods for cost calculations, inventory valuation, and financial reporting in a manufacturing environment. Each unique calendar code in this table represents a distinct fiscal or costing period structure that can be associated with a specific costing method and legal entity (company). Its primary role is to establish the temporal framework upon which detailed period definitions (stored in CM_CLDR_DTL) and associated cost transactions are built.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships. The primary identifier is the CALENDAR_CODE, a unique key for each costing calendar. The table links to other core master data through foreign keys. The COST_MTHD_CODE associates the calendar with a specific costing method defined in the CM_MTHD_MST table. The CO_CODE links the calendar to a legal company or organization defined in SY_ORGN_MST. Additionally, the TEXT_CODE provides a link to descriptive flexfield or textual information stored in the CM_TEXT_HDR table, allowing for extended descriptive attributes. While specific descriptive columns like calendar name are not detailed in the provided metadata, they are typically present in such header tables.
Common Use Cases and Queries
The primary use case is the setup and maintenance of the costing calendar hierarchy, which is foundational for period-end closing processes in Process Manufacturing. Common operational queries involve retrieving calendars for a specific company or costing method for validation and reporting. A typical SQL pattern to list all calendars with their associated company and costing method would be:
- SELECT hdr.calendar_code, org.co_code, mthd.cost_mthd_code
- FROM cm_cldr_hdr hdr, sy_orgn_mst org, cm_mthd_mst mthd
- WHERE hdr.co_code = org.co_code
- AND hdr.cost_mthd_code = mthd.cost_mthd_code;
This table is also frequently joined to its detail table, CM_CLDR_DTL, to report on the full period structure of a calendar for financial analysis and period status reviews.
Related Objects
CM_CLDR_HDR is a central node in the GMF costing schema. Its most direct relationship is with the CM_CLDR_DTL table, which stores the individual period definitions (start date, end date, status) for each calendar code. It has mandatory dependencies on several master data tables: CM_MTHD_MST (Costing Method), SY_ORGN_MST (Company), and CM_TEXT_HDR (Descriptive Text). As a foundational setup table, it is referenced by various transactional and reporting entities within the GMF module that require a valid costing period context, such as cost accumulation and inventory valuation programs. The metadata indicates a foreign key relationship from CM_CLDR_HDR to CM_MTHD_MST, establishing the costing method as a parent entity.
-
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_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 ,
-
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_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 ,
-
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 ,