Search Results line_item_uom
Overview
APPS.GMD_MATERIAL_EFFECTIVITIES_VW is a reporting view in the Oracle E-Business Suite Process Manufacturing (OPM) module, specifically within the ETRM (Enterprise Territory and Resource Management) formula and material management area. The view presents the effective material lines for a formula, combining the base ingredient definitions held in FM_MATL_DTL with any approved item substitutions captured in the GMD item substitution tables. It serves as a normalized feed for reports, integrations, and downstream processes that must resolve the material actually consumed on a formula, including substitution-driven overrides.
The view is exposed with a UNION ALL structure that distinguishes original formula items from substituted items via the Original_Item_flag column. Rows with a flag of 1 represent the standard formula material detail; rows with a flag of 0 represent an active substitution applied to a formula line, carrying substitution preference, quantity, and unit-of-measure data drawn from the substitution header and detail records. This makes the view particularly relevant to the search term "line_item_uom," which is one of the columns the view surfaces for substitution rows.
Underlying Base Objects
The view is defined over four documented base objects, all accessed through APPS synonyms:
- FM_MATL_DTL — the core formula material detail table, supplying formulaline_id, formula_id, line_type, line_no, inventory_item_id, qty, detail_uom, scrap_factor, scale attributes, by_product_type, and organization_id.
- GMD_FORMULA_SUBSTITUTION — links a formula to an associated substitution definition; the view requires associated_flag = 'Y'.
- GMD_ITEM_SUBSTITUTION_HDR_B — the substitution header, providing start/end dates, preference, original quantity and UOM, and the original inventory item identifier.
- GMD_ITEM_SUBSTITUTION_DTL — the substitution detail line, supplying the substitute inventory_item_id, unit_qty, and the substitute detail UOM.
Joins are made on formula_id, substitution_id, and inventory_item_id, and substitutions are restricted to those with an active status range (substitution_status between 700 and 799).
Key Columns
- formulaline_id / formula_id / line_no / line_type — identify the formula and the specific material line.
- inventory_item_id — the item consumed; for substitution rows this is the substitute item.
- qty / detail_uom — quantity and its unit of measure for the original formula line.
- Original_Item_flag — 1 for the base formula material row, 0 for a substitution row.
- line_item_uom — the unit of measure of the original formula line, carried onto substitution rows via d.detail_uom, aligning the substitution back to its source line UOM.
- line_item_id / line_item_primary_uom / line_item_qty — the original item identifier, its primary UOM, and formula quantity, used to reconcile substitution against the base line.
- substitution_item_uom / sub_replace_qty / sub_original_qty — the substitute item's UOM and the replacement/original quantities.
- replacement_uom — derived via DECODE on replacement_uom_type, resolving to either the formula detail UOM or the substitute detail UOM.
- start_date / end_date — effective dating for substitution rows (NULL for original rows).
- preference — substitution preference ranking.
Common Use Cases and Queries
Typical uses include formula explosion reports, cost rollups, and integration extracts that must reflect active substitutions. A common query filters on the original/substitute flag and unit of measure:
- List effective materials for a formula:
SELECT formulaline_id, inventory_item_id, qty, detail_uom, line_item_uom, Original_Item_flag FROM APPS.GMD_MATERIAL_EFFECTIVITIES_VW WHERE formula_id = :p_formula_id; - Isolate substitution rows and their UOMs:
SELECT line_item_id, line_item_uom, substitution_item_uom, sub_replace_qty, preference FROM APPS.GMD_MATERIAL_EFFECTIVITIES_VW WHERE Original_Item_flag = 0 AND organization_id = :p_org; - Filter by line unit of measure:
SELECT * FROM APPS.GMD_MATERIAL_EFFECTIVITIES_VW WHERE line_item_uom = :p_uom;
Because the view coalesces substitution and base data, callers should always disambiguate using Original_Item_flag and the effective date columns before aggregating quantities.
-
VIEW: APPS.GMD_MATERIAL_EFFECTIVITIES_VW
12.1.1
-
VIEW: APPS.GMD_MATERIAL_EFFECTIVITIES_VW
12.2.2
-
View: GMF_MATERIAL_EFFECTIVITIES_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_MATERIAL_EFFECTIVITIES_VW1, object_name:GMF_MATERIAL_EFFECTIVITIES_VW1, status:VALID, product: GMF - Process Manufacturing Financials , description: This is a helper view for Item substitution for costing. , implementation_dba_data: APPS.GMF_MATERIAL_EFFECTIVITIES_VW1 ,
-
View: GMD_MATERIAL_EFFECTIVITIES_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MATERIAL_EFFECTIVITIES_VW, object_name:GMD_MATERIAL_EFFECTIVITIES_VW, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MATERIAL_EFFECTIVITIES_VW ,
-
View: GMD_MATERIAL_EFFECTIVITIES_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MATERIAL_EFFECTIVITIES_VW, object_name:GMD_MATERIAL_EFFECTIVITIES_VW, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MATERIAL_EFFECTIVITIES_VW ,
-
View: GMF_MATERIAL_EFFECTIVITIES_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_MATERIAL_EFFECTIVITIES_VW1, object_name:GMF_MATERIAL_EFFECTIVITIES_VW1, status:VALID, product: GMF - Process Manufacturing Financials , description: This is a helper view for Item substitution for costing. , implementation_dba_data: APPS.GMF_MATERIAL_EFFECTIVITIES_VW1 ,
-
VIEW: APPS.GMF_MATERIAL_EFFECTIVITIES_VW1
12.2.2
-
VIEW: APPS.GMF_MATERIAL_EFFECTIVITIES_VW1
12.1.1
-
VIEW: APPS.MTL_GROUP_ATPS_VIEW
12.2.2
-
VIEW: APPS.MTL_GROUP_ATPS_VIEW
12.1.1
-
VIEW: APPS.GMF_MATERIAL_EFFECTIVITIES_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_MATERIAL_EFFECTIVITIES_VW1, object_name:GMF_MATERIAL_EFFECTIVITIES_VW1, status:VALID,
-
VIEW: APPS.GMF_MATERIAL_EFFECTIVITIES_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_MATERIAL_EFFECTIVITIES_VW1, object_name:GMF_MATERIAL_EFFECTIVITIES_VW1, status:VALID,
-
VIEW: INV.MTL_DEMAND_INTERFACE#
12.2.2
-
VIEW: APPS.GMD_MATERIAL_EFFECTIVITIES_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MATERIAL_EFFECTIVITIES_VW, object_name:GMD_MATERIAL_EFFECTIVITIES_VW, status:VALID,
-
View: MTL_GROUP_ATPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_GROUP_ATPS_VIEW, object_name:MTL_GROUP_ATPS_VIEW, status:VALID, product: INV - Inventory , description: This view is used for ATP and derived from MTL_DEMAND_INTERFACE , implementation_dba_data: APPS.MTL_GROUP_ATPS_VIEW ,
-
View: MTL_GROUP_ATPS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_GROUP_ATPS_VIEW, object_name:MTL_GROUP_ATPS_VIEW, status:VALID, product: INV - Inventory , description: This view is used for ATP and derived from MTL_DEMAND_INTERFACE , implementation_dba_data: APPS.MTL_GROUP_ATPS_VIEW ,
-
VIEW: APPS.GMD_MATERIAL_EFFECTIVITIES_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MATERIAL_EFFECTIVITIES_VW, object_name:GMD_MATERIAL_EFFECTIVITIES_VW, status:VALID,
-
VIEW: INV.MTL_DEMAND_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_DEMAND_INTERFACE#, status:VALID,
-
APPS.MRP_SCATP_PUB SQL Statements
12.2.2
-
APPS.MRP_SCATP_PUB SQL Statements
12.1.1
-
VIEW: APPS.MTL_DEMAND_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID,
-
VIEW: APPS.MTL_DEMAND_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID,
-
View: MTL_DEMAND_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_INTERFACE_V ,
-
View: MTL_DEMAND_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_DEMAND_INTERFACE_V, object_name:MTL_DEMAND_INTERFACE_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_DEMAND_INTERFACE_V ,
-
APPS.BOMPMCFG SQL Statements
12.2.2
-
TABLE: INV.MTL_DEMAND_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND_INTERFACE, object_name:MTL_DEMAND_INTERFACE, status:VALID,
-
APPS.BOMPMCFG SQL Statements
12.1.1
-
TABLE: INV.MTL_DEMAND_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_DEMAND_INTERFACE, object_name:MTL_DEMAND_INTERFACE, status:VALID,
-
APPS.MTL_DEMAND_INTERFACE_PKG SQL Statements
12.1.1
-
APPS.MTL_DEMAND_INTERFACE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BOMPMCFG
12.2.2
-
PACKAGE BODY: APPS.MRP_SCATP_PUB
12.2.2
-
PACKAGE BODY: APPS.BOMPMCFG
12.1.1
-
PACKAGE BODY: APPS.MRP_SCATP_PUB
12.1.1
-
PACKAGE BODY: APPS.MTL_DEMAND_INTERFACE_PKG
12.1.1
-
PACKAGE BODY: APPS.MTL_DEMAND_INTERFACE_PKG
12.2.2
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
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. ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2