Search Results lm_text_hdr
Overview
The LM_TEXT_HDR table is a core reference table within the Oracle E-Business Suite Process Manufacturing (GMD) product family, specifically for the Product Development module. Its primary role is to serve as the master repository for defining and managing text types used throughout the Laboratory Management (Lab) module. In this context, a text type is a classification that dictates the purpose and context of descriptive text attached to various lab entities, such as formulas, specifications, or technical parameters. The table acts as a control mechanism, ensuring data integrity and consistency by providing a validated list of text codes that can be referenced by numerous transactional and master data tables in the system.
Key Information Stored
Based on the provided ETRM metadata, the central piece of information stored in this table is the TEXT_CODE, which serves as the table's primary key (LM_TEXT_HDR_PK). While the specific column list is not detailed in the excerpt, the table's description and foreign key relationships imply it contains at least the TEXT_CODE and associated descriptive attributes that define each text type. These attributes typically include a name, description, and potentially control flags indicating the type's usage rules (e.g., mandatory, optional, format). The TEXT_CODE itself is a unique identifier referenced extensively by other Lab module tables to associate descriptive text blocks with specific records.
Common Use Cases and Queries
The primary use case for the LM_TEXT_HDR table is to support the configuration and validation of text entry across the Lab module. Administrators use it to define the allowable types of notes, instructions, or descriptions. Common reporting and validation queries involve joining LM_TEXT_HDR to its many dependent tables. A fundamental query pattern is retrieving all defined text types for setup purposes: SELECT text_code, description FROM gmd.lm_text_hdr ORDER BY text_code;. For transactional analysis, a typical join would be to retrieve text descriptions for a specific formula, such as: SELECT f.formula_no, h.text_code, h.description FROM gmd.lm_form_mst f, gmd.lm_text_hdr h WHERE f.text_code = h.text_code;. This table is crucial for any report or interface that needs to interpret the meaning of a TEXT_CODE found in lab data.
Related Objects
The LM_TEXT_HDR table has a wide-reaching influence, as evidenced by its numerous foreign key relationships. It is directly referenced by a significant number of Lab module tables, including:
- GMD_TECH_PARAMETERS_B: For technical parameter descriptions.
- LM_FORM_MST, LM_FORM_DTL, LM_FORM_DAT: For formula header, detail, and data text.
- LM_TECH_HDR and LM_TECH_DTL: For technology text.
- LM_SPRD_DTL and LM_SPRD_FLS: For spreadsheet details and files.
- LM_ITEM_DAT, LM_LTYP_MST, LM_PRLT_ASC: For item data, lab type masters, and profile task associations.
-
Table: LM_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_TEXT_HDR, object_name:LM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Holds text types defined for Lab module , implementation_dba_data: GMD.LM_TEXT_HDR ,
-
Table: LM_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_TEXT_HDR, object_name:LM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Holds text types defined for Lab module , implementation_dba_data: GMD.LM_TEXT_HDR ,
-
Table: LM_SPRD_DTL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_DTL, object_name:LM_SPRD_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table to store Lab Spreadsheet detail , implementation_dba_data: GMD.LM_SPRD_DTL ,
-
Table: LM_PRLT_ASC
12.1.1
product: GMD - Process Manufacturing Product Development , description: Laboratory technical parameter association , implementation_dba_data: Not implemented in this database ,
-
Table: LM_PRLT_ASC
12.2.2
product: GMD - Process Manufacturing Product Development , description: Laboratory technical parameter association , implementation_dba_data: Not implemented in this database ,
-
Table: LM_FORM_DAT
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_DAT, object_name:LM_FORM_DAT, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_DAT ,
-
Table: GMD_TECH_PARAMETERS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TECH_PARAMETERS_B, object_name:GMD_TECH_PARAMETERS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Technical parameters header base table , implementation_dba_data: GMD.GMD_TECH_PARAMETERS_B ,
-
Table: LM_FORM_DTL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_DTL, object_name:LM_FORM_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_DTL ,
-
Table: LM_LTYP_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_LTYP_MST, object_name:LM_LTYP_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: Laboratory type master , implementation_dba_data: GMD.LM_LTYP_MST ,
-
Table: LM_LTYP_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_LTYP_MST, object_name:LM_LTYP_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: Laboratory type master , implementation_dba_data: GMD.LM_LTYP_MST ,
-
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: 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: LM_FORM_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_MST, object_name:LM_FORM_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_MST ,
-
Table: LM_ITEM_DAT
12.2.2
product: GMD - Process Manufacturing Product Development , description: Laboratory management item data , implementation_dba_data: Not implemented in this database ,
-
Table: LM_TECH_DTL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_TECH_DTL, object_name:LM_TECH_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Valid values for technical parameters , implementation_dba_data: GMD.LM_TECH_DTL ,
-
Table: LM_TECH_DTL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_TECH_DTL, object_name:LM_TECH_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Valid values for technical parameters , implementation_dba_data: GMD.LM_TECH_DTL ,
-
Table: LM_ITEM_DAT
12.1.1
product: GMD - Process Manufacturing Product Development , description: Laboratory management item data , implementation_dba_data: Not implemented in this database ,
-
Table: LM_FORM_DAT
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_DAT, object_name:LM_FORM_DAT, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_DAT ,
-
Table: GMD_TECH_PARAMETERS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TECH_PARAMETERS_B, object_name:GMD_TECH_PARAMETERS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Technical parameters header base table , implementation_dba_data: GMD.GMD_TECH_PARAMETERS_B ,
-
Table: LM_TECH_HDR
12.1.1
product: GMD - Process Manufacturing Product Development , description: Technical parameters header , implementation_dba_data: Not implemented in this database ,
-
Table: LM_SPRD_DTL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_DTL, object_name:LM_SPRD_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table to store Lab Spreadsheet detail , implementation_dba_data: GMD.LM_SPRD_DTL ,
-
Table: LM_FORM_DTL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_DTL, object_name:LM_FORM_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_DTL ,
-
Table: LM_FORM_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_MST, object_name:LM_FORM_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_MST ,
-
Table: LM_TECH_HDR
12.2.2
product: GMD - Process Manufacturing Product Development , description: Technical parameters header , implementation_dba_data: Not implemented in this database ,