Search Results cm_text_hdr
Overview
The CM_TEXT_HDR table is a core data dictionary table within the GMF (Process Manufacturing Financials) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for header information related to user-defined text entries created via the "Edit Text" functionality. This table acts as a centralized control point, enabling the association of descriptive text notes with various transactional and master data records across the Cost Management suite. Its primary role is to provide a standardized, reusable mechanism for adding contextual comments and explanations to financial and manufacturing cost data, thereby enhancing auditability and process clarity.
Key Information Stored
The table's structure is designed to manage unique text entries. The primary and most critical column is TEXT_CODE, which serves as the unique identifier (primary key CM_TEXT_HDR_PK) for each distinct text header record. While the provided ETRM metadata does not list additional columns explicitly, a table of this nature in the GMF schema typically contains supporting columns such as a description field (e.g., TEXT_DESC), creation date, created by, last update date, and last updated by. The TEXT_CODE is the foreign key referenced by numerous child tables throughout the Cost Management application to link specific transactions or master data to its corresponding descriptive text header.
Common Use Cases and Queries
The primary use case is querying and reporting on the descriptive text associated with various cost transactions. For instance, an analyst may need to extract the text comments linked to a specific cost adjustment, calendar definition, or resource transaction. A common SQL pattern involves joining CM_TEXT_HDR to one of its many referencing tables. For example, to retrieve text for cost adjustments:
- SELECT adj.*, txt.* FROM cm_adjs_dtl adj, cm_text_hdr txt WHERE adj.text_code = txt.text_code AND adj.adjustment_id = :p_adj_id;
Another critical use case is data validation and cleanup, ensuring that TEXT_CODE values referenced in child tables have a valid parent record in CM_TEXT_HDR, thus maintaining referential integrity. Administrators may also query the table to identify rarely used or duplicate text entries.
Related Objects
As indicated by the extensive foreign key list in the metadata, CM_TEXT_HDR is a pivotal parent table referenced by a wide array of Cost Management tables. Key dependent objects include transaction detail tables like CM_ADJS_DTL (Adjustments), CM_CLDR_DTL (Calendar Details), and CM_RSRC_DTL (Resource Details). It is also referenced by master data tables such as CM_ALYS_MST (Analysis Masters), CM_CMPT_MST (Component Masters), and CM_MTHD_MST (Method Masters). This broad integration underscores its fundamental role in attaching descriptive text across the GMF module's core entities for adjustments, calendars, components, resources, warehouses, and allocation bases.
-
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_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_CMPT_GRP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_GRP, object_name:CM_CMPT_GRP, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component Groups , implementation_dba_data: GMF.CM_CMPT_GRP ,
-
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_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: CM_REAS_CDS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_REAS_CDS, object_name:CM_REAS_CDS, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Adjustments Reason Codes - Reason Codes will allow the user to define specific codes to record the reason for making the adjustment. These codes will be user defined. , implementation_dba_data: GMF.CM_REAS_CDS ,
-
Table: CM_APCM_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_APCM_MST, object_name:CM_APCM_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Invoice Interface master table for Costing - contains the invoice price information brought over from Oracle Financials. Data is first brought over to cm_apcm_int and then after validation written to this table. This information is used , implementation_dba_data: GMF.CM_APCM_MST ,
-
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_REAS_CDS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_REAS_CDS, object_name:CM_REAS_CDS, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Adjustments Reason Codes - Reason Codes will allow the user to define specific codes to record the reason for making the adjustment. These codes will be user defined. , implementation_dba_data: GMF.CM_REAS_CDS ,
-
Table: CM_APCM_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_APCM_MST, object_name:CM_APCM_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Invoice Interface master table for Costing - contains the invoice price information brought over from Oracle Financials. Data is first brought over to cm_apcm_int and then after validation written to this table. This information is used , implementation_dba_data: GMF.CM_APCM_MST ,
-
Table: CM_CMPT_MST_B
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
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_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_ALYS_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
Table: CM_CMPT_MTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MTL, object_name:CM_CMPT_MTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the item or item cost class specific material cost component and material analysis code. Used by the Actual Cost Process. , implementation_dba_data: GMF.CM_CMPT_MTL ,
-
Table: CM_CMPT_MST
12.1.1
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
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_MTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MTL, object_name:CM_CMPT_MTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the item or item cost class specific material cost component and material analysis code. Used by the Actual Cost Process. , implementation_dba_data: GMF.CM_CMPT_MTL ,
-
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_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: GL_ALOC_BAS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the basis information for an allocation code about the items to which expenses will be allocated, the allocation criteria based upon the basis account or fixed percent, and the cost component class bucket to which the al , implementation_dba_data: GMF.GL_ALOC_BAS ,
-
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: GL_ALOC_BAS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ALOC_BAS, object_name:GL_ALOC_BAS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the basis information for an allocation code about the items to which expenses will be allocated, the allocation criteria based upon the basis account or fixed percent, and the cost component class bucket to which the al , implementation_dba_data: GMF.GL_ALOC_BAS ,
-
Table: CM_CMPT_GRP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_GRP, object_name:CM_CMPT_GRP, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost component Groups , implementation_dba_data: GMF.CM_CMPT_GRP ,
-
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: 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_WHSE_ASC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_ASC, object_name:CM_WHSE_ASC, status:VALID, product: GMF - Process Manufacturing Financials , description: The Costing Warehouse Association Table - allows the OPM user to build an association between costing and inventory warehouses. , implementation_dba_data: GMF.CM_WHSE_ASC ,
-
Table: CM_WHSE_ASC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_ASC, object_name:CM_WHSE_ASC, status:VALID, product: GMF - Process Manufacturing Financials , description: The Costing Warehouse Association Table - allows the OPM user to build an association between costing and inventory warehouses. , implementation_dba_data: GMF.CM_WHSE_ASC ,
-
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_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_CMPT_MST_B
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
Table: CM_CMPT_MST
12.2.2
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: CM_ALYS_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
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_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 ,