Search Results lm_sprd_prm
Overview
The LM_SPRD_PRM table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Product Development module (GMD). It functions as a repository for technical parameter definitions that are associated with a spreadsheet. In the context of Oracle Process Manufacturing (OPM), spreadsheets are used to define and manage complex product formulas, specifications, and laboratory test data. This table establishes the critical link between a defined spreadsheet structure and the specific technical parameters—such as assay names, quality control tests, or other lab-defined properties—that are to be captured and calculated within it. Its role is to ensure data integrity and consistency by formally defining which measurable parameters belong to a given spreadsheet template.
Key Information Stored
The table's structure centers on a composite primary key that uniquely identifies each parameter definition within a spreadsheet context. The key columns are SPRD_ID, which links to the parent spreadsheet definition in the LM_SPRD_FLS table; LAB_TYPE, which categorizes the laboratory or technical domain; and TECH_PARM_NAME, which specifies the exact technical parameter being referenced. Additional important columns facilitate integration with the Quality Management module, including QC_ORGN_CODE (Quality organization code) and QC_ASSAY_NAME, which together form a foreign key to the QC_ASSY_TYP table, linking the spreadsheet parameter to a formal, predefined quality assay.
Common Use Cases and Queries
A primary use case involves validating or reporting on the complete set of technical parameters configured for a specific spreadsheet template, which is essential for formula development and quality specification management. Database administrators or developers may query this table to audit configuration or resolve data issues. A typical query would join to the related spreadsheet header table:
- SELECT s.spreadsheet_name, p.lab_type, p.tech_parm_name, p.qc_assay_name FROM gmd.lm_sprd_prm p, gmd.lm_sprd_fls s WHERE p.sprd_id = s.sprd_id AND s.spreadsheet_name = '<SPREADSHEET_NAME>';
Another common scenario is identifying all spreadsheets that utilize a particular quality assay, supporting impact analysis for changes to master quality data:
- SELECT s.spreadsheet_name FROM gmd.lm_sprd_prm p, gmd.lm_sprd_fls s WHERE p.sprd_id = s.sprd_id AND p.qc_orgn_code = '<ORG_CODE>' AND p.qc_assay_name = '<ASSAY_NAME>';
Related Objects
The LM_SPRD_PRM table is centrally connected to several key objects via foreign key constraints, as documented in the ETRM. The LM_SPRD_FLS table is its direct parent, containing the master definition of the spreadsheet itself. It references the LM_TECH_HDR table through the LAB_TYPE and TECH_PARM_NAME columns to validate the technical parameter master data. For quality-related parameters, it has a critical relationship with the QC_ASSY_TYP table in the Quality Management schema, linking spreadsheet parameters to standardized assay definitions. These relationships ensure that data entered into spreadsheets is governed by established master data in both the Process Manufacturing and Quality Management modules.
-
Table: LM_SPRD_PRM
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_PRM, object_name:LM_SPRD_PRM, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store the technical paramter definitions that belong with the spreadsheet , implementation_dba_data: GMD.LM_SPRD_PRM ,
-
Table: LM_SPRD_PRM
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_PRM, object_name:LM_SPRD_PRM, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store the technical paramter definitions that belong with the spreadsheet , implementation_dba_data: GMD.LM_SPRD_PRM ,
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_PRM
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_PRM
12.1.1
-
APPS.GMD_LM_MIGRATION dependencies on LM_SPRD_PRM
12.2.2
-
APPS.GMD_LM_MIGRATION dependencies on LM_SPRD_PRM
12.1.1
-
VIEW: GMD.LM_SPRD_PRM#
12.2.2
owner:GMD, object_type:VIEW, object_name:LM_SPRD_PRM#, status:VALID,
-
SYNONYM: APPS.LM_SPRD_PRM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:LM_SPRD_PRM, status:VALID,
-
SYNONYM: APPS.LM_SPRD_PRM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:LM_SPRD_PRM, status:VALID,
-
VIEW: GMD.LM_SPRD_PRM#
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_TECH_HDR
12.1.1
-
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_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_TECH_HDR
12.1.1
product: GMD - Process Manufacturing Product Development , description: Technical parameters header , implementation_dba_data: Not implemented in this database ,
-
Table: QC_ASSY_TYP
12.1.1
product: GMD - Process Manufacturing Product Development , description: QC assay master. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_TECH_HDR
12.2.2
-
Table: QC_ASSY_TYP
12.2.2
product: GMD - Process Manufacturing Product Development , description: QC assay master. , implementation_dba_data: Not implemented in this database ,
-
TABLE: GMD.LM_SPRD_PRM
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_PRM, object_name:LM_SPRD_PRM, status:VALID,
-
PACKAGE BODY: APPS.GMD_LM_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LM_MIGRATION, status:VALID,
-
TABLE: GMD.LM_SPRD_PRM
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_PRM, object_name:LM_SPRD_PRM, status:VALID,
-
PACKAGE BODY: APPS.GMD_LM_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LM_MIGRATION, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPREAD_FETCH_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPREAD_FETCH_PKG, status:VALID,
-
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_DTL
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_TEC
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_TEC
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on LM_SPRD_DTL
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMD_LM_MIGRATION SQL Statements
12.1.1
-
APPS.GMD_SPREAD_FETCH_PKG 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
-
Foreign Keys
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG SQL Statements
12.2.2
-
Foreign Keys
12.1.1
-
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