Search Results cr_text_hdr
Overview
The CR_TEXT_HDR table is a core reference data object within the Oracle E-Business Suite Process Manufacturing (GMP) module, specifically for the Process Planning sub-module. It functions as a master repository for defining and storing text types used in the Capacity (CR) management functionality. Its primary role is to provide a centralized, standardized list of descriptive codes that categorize and annotate various capacity-related entities. By maintaining these text codes in a single header table, the application ensures data consistency and referential integrity across the complex capacity planning and resource modeling structures. The table's design as a simple lookup is fundamental to the configuration and detailed documentation of resources, areas, and schedules within the manufacturing process.
Key Information Stored
Based on the provided ETRM metadata, the table's structure is focused on maintaining a unique set of text type identifiers. The primary and most critical column is TEXT_CODE, which serves as the unique key for each text type definition. This column is the target of all foreign key relationships listed. While the explicit documentation does not list additional columns, typical header tables in Oracle EBS often include supporting fields such as ENABLED_FLAG, DESCRIPTION, CREATION_DATE, and LAST_UPDATE_DATE to manage the lifecycle and meaning of each code. The primary key constraint CR_TEXT_HDR_PK enforces the uniqueness of the TEXT_CODE, preventing duplicate entries and ensuring reliable data relationships.
Common Use Cases and Queries
The primary use case for CR_TEXT_HDR is as a validation source for assigning descriptive categories to capacity planning objects. For instance, a planner may define text codes like "PREVENTIVE_MAINT_NOTES," "SETUP_INSTRUCTIONS," or "SAFETY_REQUIREMENTS" in this table. These codes can then be assigned to resources, resource classes, or production areas to provide structured contextual information. A common reporting need is to list all available text types or to find where a specific text code is applied. Sample query patterns include fetching the master list of codes or joining to child tables to see usage.
SELECT TEXT_CODE FROM GMP.CR_TEXT_HDR WHERE ENABLED_FLAG = 'Y' ORDER BY 1;SELECT h.TEXT_CODE, m.RESOURCE_CODE FROM GMP.CR_TEXT_HDR h, GMP.CR_RSRC_MST m WHERE h.TEXT_CODE = m.TEXT_CODE;
Related Objects
The CR_TEXT_HDR table is a central hub referenced by numerous key capacity planning tables, as detailed in the foreign key metadata. These relationships demonstrate its integral role in the data model. Major related objects include:
- CR_RSRC_MST / CR_RSRC_MST_B: Master resource definitions.
- CR_RSRC_CLS / CR_RSRC_CLS_B: Resource class definitions.
- CR_ARES_MST: Area master definitions.
- CR_SQDS_TBL / CR_SQDT_CLS: Schedule definition and class tables.
- CR_GLED_CLS: Gantt chart legend classifications.
- CR_RSRC_DTL: Resource detail records.
These dependencies indicate that any text code defined in CR_TEXT_HDR can be used to categorize or annotate resources, areas, schedules, and graphical planning elements, forming a unified descriptive layer across the capacity planning suite.
-
Table: CR_TEXT_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_TEXT_HDR, object_name:CR_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Capacity , implementation_dba_data: GMP.CR_TEXT_HDR ,
-
Table: CR_TEXT_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_TEXT_HDR, object_name:CR_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Capacity , implementation_dba_data: GMP.CR_TEXT_HDR ,
-
VIEW: GMP.CR_TEXT_HDR#
12.2.2
owner:GMP, object_type:VIEW, object_name:CR_TEXT_HDR#, status:VALID,
-
SYNONYM: APPS.CR_TEXT_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CR_TEXT_HDR, status:VALID,
-
TABLE: GMP.CR_TEXT_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_TEXT_HDR, object_name:CR_TEXT_HDR, status:VALID,
-
SYNONYM: APPS.CR_TEXT_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CR_TEXT_HDR, status:VALID,
-
VIEW: GMP.CR_TEXT_HDR#
12.2.2
-
TABLE: GMP.CR_TEXT_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_TEXT_HDR, object_name:CR_TEXT_HDR, status:VALID,
-
Table: CR_SQDT_CLS
12.2.2
product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent class , implementation_dba_data: Not implemented in this database ,
-
Table: CR_ARES_MST
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_ARES_MST, object_name:CR_ARES_MST, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Alternate resource table , implementation_dba_data: GMP.CR_ARES_MST ,
-
Table: CR_RSRC_CLS_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_B, object_name:CR_RSRC_CLS_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource class , implementation_dba_data: GMP.CR_RSRC_CLS_B ,
-
Table: CR_RSRC_CLS_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_B, object_name:CR_RSRC_CLS_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource class , implementation_dba_data: GMP.CR_RSRC_CLS_B ,
-
Table: CR_RSRC_CLS
12.2.2
product: GMP - Process Manufacturing Process Planning , description: Resource class , implementation_dba_data: Not implemented in this database ,
-
Table: CR_SQDT_CLS
12.1.1
product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent class , implementation_dba_data: Not implemented in this database ,
-
Table: CR_RSRC_MST_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
Table: CR_RSRC_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_DTL, object_name:CR_RSRC_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Plant-specific resource information , implementation_dba_data: GMP.CR_RSRC_DTL ,
-
Table: CR_GLED_CLS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_GLED_CLS, object_name:CR_GLED_CLS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Capacity G/L Class Code Descriptions , implementation_dba_data: GMP.CR_GLED_CLS ,
-
Table: CR_GLED_CLS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_GLED_CLS, object_name:CR_GLED_CLS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Capacity G/L Class Code Descriptions , implementation_dba_data: GMP.CR_GLED_CLS ,
-
Table: CR_RSRC_CLS
12.1.1
product: GMP - Process Manufacturing Process Planning , description: Resource class , implementation_dba_data: Not implemented in this database ,
-
Table: CR_ARES_MST
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_ARES_MST, object_name:CR_ARES_MST, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Alternate resource table , implementation_dba_data: GMP.CR_ARES_MST ,
-
Table: CR_RSRC_MST
12.1.1
product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
Table: CR_SQDS_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_SQDS_TBL, object_name:CR_SQDS_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent setup , implementation_dba_data: GMP.CR_SQDS_TBL ,
-
12.1.1 DBA Data
12.1.1
-
Table: CR_SQDS_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_SQDS_TBL, object_name:CR_SQDS_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent setup , implementation_dba_data: GMP.CR_SQDS_TBL ,
-
Table: CR_RSRC_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_DTL, object_name:CR_RSRC_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Plant-specific resource information , implementation_dba_data: GMP.CR_RSRC_DTL ,
-
Table: CR_RSRC_MST_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
Table: CR_RSRC_MST
12.2.2
product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1