Search Results lm_sprd_tec
Overview
The LM_SPRD_TEC table is a core data structure within the Oracle E-Business Suite Process Manufacturing (GMD) product development module. Its primary function is to persist the values of technical parameters associated with a laboratory spreadsheet, which is a fundamental tool for managing and analyzing product formulation and process development data. This table acts as a detailed child record, linking specific technical measurements and specifications to individual lines within a broader spreadsheet structure, thereby enabling granular data capture for quality control, recipe development, and experimental analysis.
Key Information Stored
The table's design centers on a composite primary key that ensures uniqueness for each parameter entry within a specific spreadsheet line. The key columns are LINE_ID, which links to a row in the parent spreadsheet; LAB_TYPE, indicating the laboratory context or classification; and TECH_PARM_NAME, identifying the specific technical parameter being recorded. A critical foreign key column is SPRD_ID, which ties all parameter values for a spreadsheet line back to its master header record in the LM_SPRD_FLS table. Other columns, implied by the foreign key relationships, would store the actual measured or specified values for the TECH_PARM_NAME, connecting them to the valid parameter definitions maintained in the LM_TECH_HDR table.
Common Use Cases and Queries
This table is central to reporting and validating technical data from product development experiments. A common use case involves retrieving all technical parameter results for a specific spreadsheet or formulation trial for analysis. A typical query would join LM_SPRD_TEC to LM_SPRD_FLS to filter by a specific spreadsheet identifier or batch. For example, to audit all parameter values for a given spreadsheet, one might use: SELECT t.sprd_id, t.line_id, t.tech_parm_name, t.parameter_value FROM gmd.lm_sprd_tec t, gmd.lm_sprd_fls f WHERE t.sprd_id = f.sprd_id AND f.sprd_name = '<SPREADSHEET_NAME>';. Data integrity checks often involve verifying that all TECH_PARM_NAME values have corresponding definitions in LM_TECH_HDR.
Related Objects
- LM_SPRD_FLS: This is the primary parent table. The foreign key on LM_SPRD_TEC.SPRD_ID references LM_SPRD_FLS, establishing that technical parameter values belong to a specific spreadsheet header.
- LM_TECH_HDR: This table serves as a reference or validation source. The foreign key relationship on the composite of LAB_TYPE and TECH_PARM_NAME ensures that parameters recorded in the spreadsheet are defined and controlled in the technical parameters master.
- LM_SPRD_TEC_PK: The primary key constraint on LINE_ID, LAB_TYPE, and TECH_PARM_NAME that enforces uniqueness for parameter entries per spreadsheet line.
-
Table: LM_SPRD_TEC
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_TEC, object_name:LM_SPRD_TEC, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store the values of the technical parameters on the spreadsheet , implementation_dba_data: GMD.LM_SPRD_TEC ,
-
Table: LM_SPRD_TEC
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_TEC, object_name:LM_SPRD_TEC, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store the values of the technical parameters on the spreadsheet , implementation_dba_data: GMD.LM_SPRD_TEC ,
-
APPS.GMD_LM_MIGRATION dependencies on LM_SPRD_TEC
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_TEC
12.2.2
-
APPS.GMD_LM_MIGRATION dependencies on LM_SPRD_TEC
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_TEC
12.1.1
-
SYNONYM: APPS.LM_SPRD_TEC
12.2.2
owner:APPS, object_type:SYNONYM, object_name:LM_SPRD_TEC, status:VALID,
-
SYNONYM: APPS.LM_SPRD_TEC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:LM_SPRD_TEC, status:VALID,
-
VIEW: GMD.LM_SPRD_TEC#
12.2.2
owner:GMD, object_type:VIEW, object_name:LM_SPRD_TEC#, status:VALID,
-
VIEW: GMD.LM_SPRD_TEC#
12.2.2
-
TABLE: GMD.LM_SPRD_TEC
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_TEC, object_name:LM_SPRD_TEC, status:VALID,
-
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: GMD.LM_SPRD_TEC
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_TEC, object_name:LM_SPRD_TEC, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.GMD_LM_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LM_MIGRATION, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.GMD_LM_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LM_MIGRATION, status:VALID,
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_PRM
12.2.2
-
PACKAGE BODY: APPS.GMD_SPREAD_FETCH_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPREAD_FETCH_PKG, status:VALID,
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_PRM
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_DTL
12.1.1
-
PACKAGE BODY: APPS.GMD_SPREAD_FETCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPREAD_FETCH_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_DTL
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on GMD_TECHNICAL_PARAMETER_GTMP
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on GMD_TECHNICAL_PARAMETER_GTMP
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on GMD_MATERIAL_DETAILS_GTMP
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG SQL Statements
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on GMD_MATERIAL_DETAILS_GTMP
12.2.2
-
APPS.GMD_LM_MIGRATION SQL Statements
12.1.1
-
APPS.GMD_LM_MIGRATION SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_LM_MIGRATION
12.2.2
-
PACKAGE BODY: APPS.GMD_LM_MIGRATION
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_SPREAD_FETCH_PKG
12.1.1
-
PACKAGE BODY: APPS.GMD_SPREAD_FETCH_PKG
12.2.2
-
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. ,
-
12.2.2 DBA Data
12.2.2
-
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. ,
-
12.1.1 DBA Data
12.1.1