Search Results fm_text_hdr
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.
-
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: 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_FORMULA_CLASS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_FORMULA_CLASS_B, object_name:GMD_FORMULA_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula classes base table - used to group formulas. , implementation_dba_data: GMD.GMD_FORMULA_CLASS_B ,
-
Table: FM_ROUT_DEP
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DEP, object_name:FM_ROUT_DEP, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing step dependencies , implementation_dba_data: GMD.FM_ROUT_DEP ,
-
Table: FM_FMCT_CLS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula control classes -NOT USED- , implementation_dba_data: GMD.FM_FMCT_CLS ,
-
Table: FM_FORM_MST_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FORM_MST_B, object_name:FM_FORM_MST_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula header base table , implementation_dba_data: GMD.FM_FORM_MST_B ,
-
Table: GMD_ACTIVITIES_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ACTIVITIES_B, object_name:GMD_ACTIVITIES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Activities base table. Defines activities which are performed in operations. , implementation_dba_data: GMD.GMD_ACTIVITIES_B ,
-
Table: FM_FORM_CLS
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula classes - used to group formulas. , implementation_dba_data: Not implemented in this database ,
-
Table: LM_SPRD_FLS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_FLS, object_name:LM_SPRD_FLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Laboratory Spreadsheets files , implementation_dba_data: GMD.LM_SPRD_FLS ,
-
Table: FM_OPRN_CLS
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula operation class. Used to group operations. , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_ACTIVITIES_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ACTIVITIES_B, object_name:GMD_ACTIVITIES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Activities base table. Defines activities which are performed in operations. , implementation_dba_data: GMD.GMD_ACTIVITIES_B ,
-
Table: FM_ARES_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ARES_MST, object_name:FM_ARES_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation-specific alternate resource factors , implementation_dba_data: GMD.FM_ARES_MST ,
-
Table: FM_OPRN_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Operation master , implementation_dba_data: Not implemented in this database ,
-
Table: FM_CONF_TBL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_CONF_TBL, object_name:FM_CONF_TBL, status:VALID, product: GMD - Process Manufacturing Product Development , description: FM effectivity configuration. Controls how formula effectivities are created. , implementation_dba_data: GMD.FM_CONF_TBL ,
-
Table: GMD_ROUTINGS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTINGS_B, object_name:GMD_ROUTINGS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing header base table. , implementation_dba_data: GMD.GMD_ROUTINGS_B ,
-
Table: GMD_OPERATION_CLASS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_CLASS_B, object_name:GMD_OPERATION_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation class base table. Used to group operations. , implementation_dba_data: GMD.GMD_OPERATION_CLASS_B ,
-
Table: GMD_FORMULA_CLASS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_FORMULA_CLASS_B, object_name:GMD_FORMULA_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula classes base table - used to group formulas. , implementation_dba_data: GMD.GMD_FORMULA_CLASS_B ,
-
Table: FM_ROUT_MTL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_MTL, object_name:FM_ROUT_MTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing Steps to Formula Lines Association , implementation_dba_data: GMD.FM_ROUT_MTL ,
-
Table: GMD_ROUTING_CLASS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTING_CLASS_B, object_name:GMD_ROUTING_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing class base table - used to group routings. , implementation_dba_data: GMD.GMD_ROUTING_CLASS_B ,
-
Table: FM_ROUT_MTL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_MTL, object_name:FM_ROUT_MTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing Steps to Formula Lines Association , implementation_dba_data: GMD.FM_ROUT_MTL ,
-
Table: GMD_OPERATION_CLASS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_CLASS_B, object_name:GMD_OPERATION_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation class base table. Used to group operations. , implementation_dba_data: GMD.GMD_OPERATION_CLASS_B ,
-
Table: FM_ROUT_CLS
12.2.2
product: GMD - Process Manufacturing Product Development , description: Routing class - used to group routings. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ROUT_CLS
12.1.1
product: GMD - Process Manufacturing Product Development , description: Routing class - used to group routings. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ROUT_DEP
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DEP, object_name:FM_ROUT_DEP, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing step dependencies , implementation_dba_data: GMD.FM_ROUT_DEP ,
-
Table: FM_FORM_MST_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FORM_MST_B, object_name:FM_FORM_MST_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula header base table , implementation_dba_data: GMD.FM_FORM_MST_B ,
-
Table: GMD_ROUTING_CLASS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTING_CLASS_B, object_name:GMD_ROUTING_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing class base table - used to group routings. , implementation_dba_data: GMD.GMD_ROUTING_CLASS_B ,
-
Table: FM_FORM_CLS
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula classes - used to group formulas. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_OPRN_CLS
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula operation class. Used to group operations. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_FMCT_CLS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula control classes -NOT USED- , implementation_dba_data: GMD.FM_FMCT_CLS ,
-
Table: FM_OPRN_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Operation master , implementation_dba_data: Not implemented in this database ,
-
Table: FM_FORM_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula header table , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ARES_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ARES_MST, object_name:FM_ARES_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation-specific alternate resource factors , implementation_dba_data: GMD.FM_ARES_MST ,
-
Table: FM_OPRN_DTL
12.1.1
product: GMD - Process Manufacturing Product Development , description: Operation details. Specifies the resources, activities and their usage. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ACTV_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Activity master. Defines activities which are performed in operations. , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_ROUTINGS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTINGS_B, object_name:GMD_ROUTINGS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing header base table. , implementation_dba_data: GMD.GMD_ROUTINGS_B ,
-
Table: FM_CONF_TBL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_CONF_TBL, object_name:FM_CONF_TBL, status:VALID, product: GMD - Process Manufacturing Product Development , description: FM effectivity configuration. Controls how formula effectivities are created. , implementation_dba_data: GMD.FM_CONF_TBL ,
-
Table: FM_ACTV_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Activity master. Defines activities which are performed in operations. , implementation_dba_data: Not implemented in this database ,
-
Table: LM_SPRD_FLS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_FLS, object_name:LM_SPRD_FLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Laboratory Spreadsheets files , implementation_dba_data: GMD.LM_SPRD_FLS ,
-
Table: FM_ROUT_HDR
12.2.2
product: GMD - Process Manufacturing Product Development , description: Routing header , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ROUT_HDR
12.1.1
product: GMD - Process Manufacturing Product Development , description: Routing header , implementation_dba_data: Not implemented in this database ,
-
Table: FM_MATL_DTL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_MATL_DTL, object_name:FM_MATL_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula material details - contains products,byproducts and ingredient information , implementation_dba_data: GMD.FM_MATL_DTL ,
-
Table: FM_MATL_DTL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_MATL_DTL, object_name:FM_MATL_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula material details - contains products,byproducts and ingredient information , implementation_dba_data: GMD.FM_MATL_DTL ,
-
Table: FM_FORM_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula header table , implementation_dba_data: Not implemented in this database ,
-
Table: FM_OPRN_DTL
12.2.2
product: GMD - Process Manufacturing Product Development , description: Operation details. Specifies the resources, activities and their usage. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ROUT_DTL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DTL, object_name:FM_ROUT_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing details , implementation_dba_data: GMD.FM_ROUT_DTL ,
-
Table: FM_FORM_EFF
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula/routing effectivities. Conditions under which a Formula/Routing can be used , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ROUT_DTL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DTL, object_name:FM_ROUT_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing details , implementation_dba_data: GMD.FM_ROUT_DTL ,
-
Table: FM_FORM_EFF
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula/routing effectivities. Conditions under which a Formula/Routing can be used , implementation_dba_data: Not implemented in this database ,