Search Results lm_form_mst
Overview
The LM_FORM_MST table is a core data object within the Oracle E-Business Suite Process Manufacturing (GMD) module, specifically under the Product Development sub-module. Its primary function is to serve as the master repository for formula definitions. A formula is a critical entity that specifies the ingredients, their quantities, and the processing instructions required to manufacture a product. However, as explicitly stated in the ETRM documentation, this table is OBSOLETE as of version 11.5.6 of the Oracle Process Manufacturing (OPM) product family (PF.G). In later releases, including EBS 12.1.1 and 12.2.2, its data and functionality have been superseded by other, more current application tables and structures. Its presence in the GMD schema is largely for historical data reference and backward compatibility.
Key Information Stored
The table's structure centers on uniquely identifying and classifying a formula. The primary keys indicate that a formula can be identified either by its internal system identifier (FORMULA_ID) or by its unique business key combination of FORMULA_NO and FORMULA_VERS. Other significant columns, as indicated by the foreign key relationships, include FMCONTROL_CLASS, which links to the FM_FMCT_CLS table for formula control classifications; FORMULA_CLASS, linking to the FM_FORM_CLS table for formula type classifications; and TEXT_CODE, linking to the LM_TEXT_HDR table to store descriptive text and instructions associated with the formula.
Common Use Cases and Queries
Given its obsolete status, direct operational use or modification of this table in EBS 12.x is strongly discouraged. Its primary use case in modern implementations is for historical data analysis or migration validation. Sample queries would be diagnostic in nature, such as verifying the existence of legacy data or understanding historical formula structures before a final data purge. A basic informational query would be:
SELECT formula_id, formula_no, formula_vers, formula_class FROM gmd.lm_form_mst WHERE formula_no = '<FORMULA_NUMBER>';
Any reporting or transactional processes in EBS 12.1.1 or 12.2.2 should utilize the current, supported application tables and public APIs provided by Oracle for formula management.
Related Objects
The foreign key metadata details this table's central role in the obsolete data model. It has several child tables that stored detailed information related to a formula master record. Key related objects include:
- LM_FORM_DTL: Stored the detailed ingredient lines and processing steps for a formula, linked via
FORMULA_IDandTPFORMULA_ID. - LM_ITEM_DAT: Associated formula information with items.
- LM_SPRD_FLS: Stored data related to formula spreading or scaling.
- Classification Tables: FM_FMCT_CLS and FM_FORM_CLS provided valid values for the formula's control and type classifications.
- LM_TEXT_HDR: Held the descriptive text referenced by the formula's
TEXT_CODE.
-
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 ,
-
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 ,
-
Table: FM_FMCT_CLS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula control classes -NOT USED- , implementation_dba_data: GMD.FM_FMCT_CLS ,
-
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_ITEM_DAT
12.1.1
product: GMD - Process Manufacturing Product Development , description: Laboratory management item data , implementation_dba_data: Not implemented in this database ,
-
Table: FM_FORM_CLS
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula classes - used to group formulas. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_FMCT_CLS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula control classes -NOT USED- , implementation_dba_data: GMD.FM_FMCT_CLS ,
-
Table: FM_FORM_CLS
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula classes - used to group formulas. , implementation_dba_data: Not implemented in this database ,
-
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_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_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_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 ,