Search Results lm_item_dat
Overview
The LM_ITEM_DAT table is a core data repository within the GMD (Process Manufacturing Product Development) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It is designed to store laboratory management item data, serving as a central table that links key manufacturing entities—specifically items, lots, formulas, and technical parameters—within the context of laboratory analysis and development. Its primary role is to establish and maintain the relationships between these discrete master data elements, enabling comprehensive tracking and management of materials throughout the product development lifecycle in a process manufacturing environment.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships. Its primary key (LM_ITEM_DAT_U1) is a composite key, uniquely identifying a record through a combination of five columns: ORGN_CODE, ITEM_ID, LOT_ID, FORMULA_ID, and TECH_PARM_NAME. This indicates that the table stores specific data points for a unique intersection of organization, inventory item, lot number, formula, and a technical parameter name. The column LM_ITEM_DAT_ID serves as an alternate primary key (LM_ITEM_DAT_PK). Other significant columns include LAB_TYPE and TEXT_CODE, which link to laboratory technical headers and text headers, respectively. The metadata explicitly states this table is "Not implemented in this database," which typically indicates it is a delivered seed data table or a legacy structure not populated in a standard, fresh installation.
Common Use Cases and Queries
This table supports scenarios where laboratory results or specifications must be queried or reported against a specific combination of item, lot, and formula. A common use case is retrieving all laboratory parameters defined for a particular production lot of a finished good. A typical query would join LM_ITEM_DAT to its referenced master tables to fetch descriptive information.
- Sample Query: To list technical parameters for a specific item and lot, one might use:
SELECT dat.tech_parm_name, hdr.description FROM lm_item_dat dat, lm_tech_hdr hdr WHERE dat.lab_type = hdr.lab_type AND dat.tech_parm_name = hdr.tech_parm_name AND dat.item_id = :p_item_id AND dat.lot_id = :p_lot_id AND dat.orgn_code = :p_org_code; - Reporting Use Case: Generating a laboratory data sheet that consolidates item details from IC_ITEM_MST, lot details from IC_LOTS_MST, and associated formula and parameter data via joins through LM_ITEM_DAT.
Related Objects
LM_ITEM_DAT is a hub table with multiple foreign key dependencies, as documented in the ETRM. Its integrity is tied to several master tables:
- IC_ITEM_MST_B / IC_ITEM_MST: References the ITEM_ID to the Inventory Catalog (Item Master) tables.
- IC_LOTS_MST: References both ITEM_ID and LOT_ID to the Lot Master table.
- LM_FORM_MST: References the FORMULA_ID to the Formula Master table.
- LM_TECH_HDR: References LAB_TYPE and TECH_PARM_NAME to the Laboratory Technical Header.
- LM_TEXT_HDR: References TEXT_CODE to the Laboratory Text Header, likely for storing descriptive notes or specifications.
These relationships position LM_ITEM_DAT as a critical junction table for integrating inventory, lot control, and process development data within the GMD laboratory management framework.
-
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_ITEM_DAT
12.1.1
product: GMD - Process Manufacturing Product Development , description: Laboratory management item data , implementation_dba_data: Not implemented in this database ,
-
APPS.GMICUOM dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GMD_FORMULA_ANALYSIS dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GMD_LABUOM_CALCULATE_PKG dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GMICVAL dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GMICVAL dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GMD_LABUOM_CALCULATE_PKG dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GMISYUM dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GMISYUM dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GMD_TECH_PARAMS dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GMICUOM dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GMD_TECH_PARAMS dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GMD_FORMULA_ANALYSIS dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GR_TECHNICAL_PARAMETERS dependencies on LM_ITEM_DAT
12.1.1
-
APPS.GMICUOM dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GMICUOM dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GR_TECHNICAL_PARAMETERS dependencies on LM_ITEM_DAT
12.2.2
-
APPS.GR_TECHNICAL_PARAMETERS SQL Statements
12.1.1
-
APPS.GR_TECHNICAL_PARAMETERS SQL Statements
12.2.2
-
APPS.GMD_TECH_PARAMS dependencies on FM_MATL_DTL
12.2.2
-
APPS.GMD_TECH_PARAMS dependencies on FM_MATL_DTL
12.1.1
-
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_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_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 ,
-
PACKAGE: APPS.GMICVAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMICVAL, status:VALID,
-
SYNONYM: APPS.LM_ITEM_DAT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:LM_ITEM_DAT, status:VALID,
-
PACKAGE BODY: APPS.GMD_LABUOM_CALCULATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LABUOM_CALCULATE_PKG, 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 ,
-
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 ,
-
APPS.GMD_TECH_PARAMS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMISYUM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMISYUM, status:VALID,
-
PACKAGE BODY: APPS.GMISYUM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMISYUM, status:VALID,
-
PACKAGE: APPS.GMICVAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMICVAL, status:VALID,
-
SYNONYM: APPS.LM_ITEM_DAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:LM_ITEM_DAT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.GMD_TECH_PARAMS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_TECH_PARAMS, status:VALID,
-
PACKAGE BODY: APPS.GMICUOM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMICUOM, status:VALID,
-
PACKAGE BODY: APPS.GMD_LABUOM_CALCULATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LABUOM_CALCULATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMICUOM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMICUOM, status:VALID,
-
PACKAGE BODY: APPS.GR_TECHNICAL_PARAMETERS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_TECHNICAL_PARAMETERS, status:VALID,
-
APPS.GMD_TECH_PARAMS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GR_TECHNICAL_PARAMETERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_TECHNICAL_PARAMETERS, status:VALID,
-
PACKAGE BODY: APPS.GMD_FORMULA_ANALYSIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_FORMULA_ANALYSIS, status:VALID,
-
PACKAGE BODY: APPS.GMD_TECH_PARAMS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_TECH_PARAMS, status:VALID,
-
PACKAGE BODY: APPS.GMD_FORMULA_ANALYSIS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_FORMULA_ANALYSIS, status:VALID,
-
Table: IC_LOTS_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_MST, object_name:IC_LOTS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the lot master table. This table stores data about individual lots for an item. , implementation_dba_data: GMI.IC_LOTS_MST ,
-
Table: IC_LOTS_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_MST, object_name:IC_LOTS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the lot master table. This table stores data about individual lots for an item. , implementation_dba_data: GMI.IC_LOTS_MST ,
-
APPS.GMISYUM SQL Statements
12.1.1
-
APPS.GMISYUM SQL Statements
12.2.2