Search Results fm_text_hdr_pk
Overview
The FM_TEXT_HDR table is a core reference data object within the Oracle E-Business Suite Process Manufacturing (GMD) module, specifically for the Product Development family of applications. Its primary function is to serve as a master repository for defined text types used throughout the Formula Model. The Formula Model is a central framework for defining and managing the specifications for formulas, routings, and operations in a process manufacturing environment. By storing text codes in a centralized header table, the system ensures consistency and referential integrity for descriptive text attached to various manufacturing entities, enabling standardized classification and documentation.
Key Information Stored
Based on the provided ETRM metadata, the table's structure is centered around a primary key that serves as a unique identifier for each text type. The most critical column is TEXT_CODE, which is the table's primary key (FM_TEXT_HDR_PK). This column stores the unique alphanumeric code that identifies a specific category or type of descriptive text. While the full column list is not detailed in the excerpt, typical companion columns in such header tables would include fields for the text type's name (TEXT_NAME), a description, enabled flags, and who columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for auditing. The TEXT_CODE is the column referenced by numerous foreign keys across the Formula Model.
Common Use Cases and Queries
This table is primarily used for setup, validation, and reporting on text classifications within Process Manufacturing. Common operational and reporting queries involve joining FM_TEXT_HDR to its many related transactional tables to retrieve meaningful descriptions. For instance, to list all formulas along with their associated text type description, one would join FM_FORM_MST to FM_TEXT_HDR. A typical SQL pattern for reporting or data validation is:
SELECT mst.formula_no, hdr.text_code, hdr.text_name FROM gmd.fm_form_mst mst, gmd.fm_text_hdr hdr WHERE mst.text_code = hdr.text_code;
Another critical use case is during implementation or maintenance, where administrators query FM_TEXT_HDR to verify available text codes before assigning them to new formula classes, routing classes, or operations. It acts as the source for validated value lists for text type fields throughout the product development interfaces.
Related Objects
As indicated by the extensive foreign key relationships, FM_TEXT_HDR is a fundamental parent table within the GMD schema. Its TEXT_CODE column is referenced by a wide array of tables that comprise the Formula Model, including but not limited to:
- Formula Master (FM_FORM_MST, FM_FORM_MST_B) and Formula Class (FM_FORM_CLS, GMD_FORMULA_CLASS_B).
- Routing Master (GMD_ROUTINGS_B), Header (FM_ROUT_HDR), and Class (FM_ROUT_CLS, GMD_ROUTING_CLASS_B).
- Operation Master (FM_OPRN_MST) and Class (FM_OPRN_CLS, GMD_OPERATION_CLASS_B).
- Other supporting tables such as FM_MATL_DTL, FM_OPRN_DTL, and FM_ACTV_MST.
This broad dependency underscores the table's role as a central control point for textual metadata, ensuring that text classifications are uniform across formulas, routings, operations, and their respective components.
-
INDEX: GMD.FM_TEXT_HDR_PK
12.2.2
owner:GMD, object_type:INDEX, object_name:FM_TEXT_HDR_PK, status:VALID,
-
INDEX: GMD.FM_TEXT_HDR_PK
12.1.1
owner:GMD, object_type:INDEX, object_name:FM_TEXT_HDR_PK, status:VALID,
-
Table: FM_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
TABLE: GMD.FM_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID,
-
Table: FM_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
TABLE: GMD.FM_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - GMD Tables and Views
12.2.2
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - GMD Tables and Views
12.2.2
description: QC Module Text Lines. Descriptive text for all tables in this module. ,