Search Results lm_sprd_fls
Overview
The LM_SPRD_FLS table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Product Development (GMD) module. It serves as the master repository for laboratory spreadsheet definitions. In the context of process manufacturing, a laboratory spreadsheet is a structured template used to capture, calculate, and analyze test results and experimental data during product development and quality control. This table stores the header-level metadata and configuration for these spreadsheets, enabling the systematic recording of formulation trials, lab tests, and other research and development activities. Its role is fundamental to managing the data integrity and workflow of laboratory operations within the GMD module.
Key Information Stored
The table's primary key is the SPRD_ID column, a unique system-generated identifier for each spreadsheet definition. A unique key constraint also exists on the SPRD_NAME column, ensuring each spreadsheet template has a distinct name. Other critical foreign key columns establish relationships to central master data, defining the context and content of the spreadsheet. The FORMULA_ID links to the LM_FORM_MST table, associating the spreadsheet with a specific formula or recipe. The LAB_TYPE column references LM_LTYP_MST, classifying the spreadsheet for a particular type of laboratory analysis or test. The TEXT_CODE column has dual foreign key relationships to both FM_TEXT_HDR and LM_TEXT_HDR tables, which are typical in EBS for storing extensive descriptive notes or instructions associated with the spreadsheet template.
Common Use Cases and Queries
A primary use case is retrieving the definition of a specific laboratory spreadsheet for data entry or review within a GMD laboratory function. Database queries often join LM_SPRD_FLS with related detail tables to extract a complete spreadsheet structure. For instance, a report listing all spreadsheets associated with a particular formula or lab type is common. Sample SQL to fetch basic spreadsheet headers with their associated formula name might be:
- SELECT s.SPRD_ID, s.SPRD_NAME, f.FORMULA_NO
- FROM GMD.LM_SPRD_FLS s, GMD.LM_FORM_MST f
- WHERE s.FORMULA_ID = f.FORMULA_ID
- AND s.LAB_TYPE = 'ASSAY';
Another critical use case involves integrity checks, such as identifying spreadsheets that reference invalid master data via the foreign key columns, which is essential for data cleansing and migration projects.
Related Objects
The LM_SPRD_FLS table is a central hub with several dependent detail tables that store the specific components of a spreadsheet. As indicated by the foreign key relationships, LM_SPRD_DTL, LM_SPRD_PRM, and LM_SPRD_TEC all reference the SPRD_ID from LM_SPRD_FLS. These tables likely hold the spreadsheet's line items (DTL), parameters (PRM), and technical specifications or methods (TEC), respectively. Furthermore, LM_SPRD_FLS itself depends on key master tables: LM_FORM_MST for formulas, LM_LTYP_MST for lab types, and the text header tables (FM_TEXT_HDR and LM_TEXT_HDR) for descriptive content. This network of relationships positions LM_SPRD_FLS as the critical link between laboratory test templates and the broader Process Manufacturing data model.
-
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_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_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_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_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_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 ,
-
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_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 ,
-
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_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_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_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: 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: 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 ,