Search Results lm_form_dtl
Overview
The LM_FORM_DTL table is a legacy data object within Oracle E-Business Suite (EBS), specifically in the GMD (Process Manufacturing Product Development) module. Its core function was to store detailed line-level information for formulations or recipes. Each record in this table historically represented a component ingredient or processing step within a master formula. However, as explicitly stated in the official ETRM documentation, this table is OBSOLETE as of version 11.5.6 of the Oracle Process Manufacturing (OPM) product family, under the PF.G release. In contemporary deployments of EBS 12.1.1 and 12.2.2, this table should not be used for any new development, reporting, or integration. It is maintained purely for backward compatibility, potentially to support data migration or legacy customizations that were never updated.
Key Information Stored
Based on its primary and foreign key structure, the table was designed to hold detailed formulation data linked to several master entities. The primary key, FORMULALINE_ID, uniquely identified each component line. Critical foreign key columns illustrate the relationships that defined a formulation's structure: FORMULA_ID linked the detail line to its parent formula header in the LM_FORM_MST table. ITEM_ID connected the line to a specific inventory item (raw material, intermediate, or product) defined in IC_ITEM_MST. TPFORMULA_ID provided a link to another formula, potentially for sub-formulations or co-products. Additional columns like ITEM_UM (linked to SY_UOMS_MST for the unit of measure) and TEXT_CODE (linked to LM_TEXT_HDR for descriptive text) provided further specification for the formula component.
Common Use Cases and Queries
Given its obsolete status, direct operational or reporting use of LM_FORM_DTL in EBS 12.x is strongly discouraged. Any existing functionality would have been superseded by objects in the modern Process Execution (PE) or Process Planning (PP) product families. If required for historical data analysis or auditing of legacy data, queries would typically join to its related master tables. A sample pattern to retrieve obsolete formulation details would be:
- SELECT d.FORMULALINE_ID, m.FORMULA_NO, i.ITEM_NO, d.ITEM_UM
- FROM GMD.LM_FORM_DTL d,
- GMD.LM_FORM_MST m,
- IC_ITEM_MST i
- WHERE d.FORMULA_ID = m.FORMULA_ID
- AND d.ITEM_ID = i.ITEM_ID;
All new development must utilize the current, supported tables and APIs provided by Oracle.
Related Objects
The foreign key constraints explicitly define this table's relationships within the obsolete schema. LM_FORM_DTL is a child table of LM_FORM_MST (the formula header). It references IC_ITEM_MST for items, SY_UOMS_MST for units of measure, and LM_TEXT_HDR for descriptive text blocks. It is also a parent table to LM_FORM_DAT, which likely stored additional attribute data for each formula line. Crucially, in the modern EBS architecture for Process Manufacturing, these objects have been replaced. For formulation management, key tables now include GMD_FORMULA_HEADER, GMD_FORMULA_LINES, and related entities in the GMD and GME schemas, which support the enhanced functionality of the Process Manufacturing suite.
-
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_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 ,
-
APPS.GMD_LAB_MIGRATION dependencies on LM_FORM_DTL
12.2.2
-
APPS.GMD_LAB_MIGRATION dependencies on LM_FORM_DTL
12.1.1
-
APPS.GMD_LAB_MIGRATION dependencies on LM_FORM_MST
12.2.2
-
APPS.GMD_LAB_MIGRATION dependencies on LM_FORM_MST
12.1.1
-
SYNONYM: APPS.LM_FORM_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:LM_FORM_DTL, status:VALID,
-
SYNONYM: APPS.LM_FORM_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:LM_FORM_DTL, status:VALID,
-
APPS.GMD_LAB_MIGRATION dependencies on GMD_REQUEST_ID_S
12.1.1
-
APPS.GMD_LAB_MIGRATION dependencies on GMD_REQUEST_ID_S
12.2.2
-
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_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 ,
-
VIEW: GMD.LM_FORM_DTL#
12.2.2
owner:GMD, object_type:VIEW, object_name:LM_FORM_DTL#, status:VALID,
-
VIEW: GMD.LM_FORM_DTL#
12.2.2
-
APPS.GMD_LAB_MIGRATION SQL Statements
12.1.1
-
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 ,
-
APPS.GMD_LAB_MIGRATION SQL Statements
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.GMD_LAB_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LAB_MIGRATION, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.GMD_LAB_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_LAB_MIGRATION, status:VALID,
-
APPS.GMD_COMMON_SCALE dependencies on FM_MATL_DTL
12.1.1
-
APPS.GMD_COMMON_SCALE dependencies on FM_MATL_DTL
12.2.2
-
TABLE: GMD.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,
-
12.2.2 DBA Data
12.2.2
-
TABLE: GMD.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,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.GMD_LAB_MIGRATION dependencies on FM_FORM_MST
12.1.1
-
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,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.GMD_LAB_MIGRATION
12.1.1
-
APPS.GMD_LAB_MIGRATION dependencies on FM_FORM_MST
12.2.2
-
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,
-
PACKAGE BODY: APPS.GMD_LAB_MIGRATION
12.2.2
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.GMD_COMMON_SCALE
12.1.1
-
PACKAGE: APPS.GMD_COMMON_SCALE
12.2.2
-
TABLE: GMD.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,
-
TABLE: GMD.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,
-
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. ,
-
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.2.2 DBA Data
12.2.2