Search Results gmd_formula_item_type
Overview
APPS.GME_STEP_MATERIAL_DETAILS_V is a reporting and integration view in Oracle EBS Process Manufacturing (OPM). It presents a denormalized, human-readable projection of batch step material detail records held in GME_MATERIAL_DETAILS, augmented with descriptive fields from inventory item master, item location, batch step, and lookup data. In EBS 12.1.1 and 12.2.2 the view serves as the primary read interface for material requirements and consumption at the batch step level, exposing both the raw quantities and the coded flexfield values needed for forms, concurrent program reports, and downstream integrations.
Underlying Base Objects
The view is defined over the following documented base objects:
- GME_MATERIAL_DETAILS (synonym) — the driving table, supplying quantity, line, phantom, scrap, scale, and dispense attributes.
- GME_BATCH_STEP_ITEMS (synonym) — joined on MATERIAL_DETAIL_ID and BATCH_ID to link the material line to its batch step, providing BATCHSTEP_ID.
- MTL_SYSTEM_ITEMS_VL (view) — joined on INVENTORY_ITEM_ID and ORGANIZATION_ID to return CONCATENATED_SEGMENTS (ITEM_NO) and DESCRIPTION (ITEM_DESC).
- MTL_ITEM_LOCATIONS_KFV (view) — supplies the concatenated LOCATOR description for the specified LOCATOR_ID.
- GEM_LOOKUPS (view) — referenced four times with aliases to decode LINE_TYPE via lookup_type 'GMD_FORMULA_ITEM_TYPE', plus GME_YES, GMD_MATERIAL_RELEASE_TYPE, and by-product type lookups.
- FND_DATE (package) — used via date_to_displayDT to render MATERIAL_REQUIREMENT_DATE in the session's server time zone.
- FND_TIMEZONES (package) — supplies GET_SERVER_TIMEZONE_CODE for the date conversion.
Key Columns
- ORGANIZATION_ID, BATCH_ID, MATERIAL_DETAIL_ID, FORMULALINE_ID, BATCHSTEP_ID, PHANTOM_LINE_ID — identifiers linking the row to its batch, step, formula, and phantom context.
- LINE_NO, LINE_TYPE and MEANING — the line sequence and the decoded GMD_FORMULA_ITEM_TYPE lookup meaning (the value most often searched as "gmd_formula_item_type").
- INVENTORY_ITEM_ID, ITEM_NO, ITEM_DESC, ITEM_UM, REVISION — item identity and unit of measure.
- PLAN_QTY, WIP_PLAN_QTY, ACTUAL_QTY, ORIGINAL_QTY, BACKORDERED_QTY, SCRAP_FACTOR — planned versus actual material quantities.
- SUBINVENTORY, LOCATOR_ID, LOCATOR — physical storage context.
- MATERIAL_REQUIREMENT_DATE and MATERIAL_REQUIREMENT_DSPLY_DT — raw date and time-zone-converted display date.
- PHANTOM_ID, PHANTOM_TYPE — phantom component identification.
- SCALE_TYPE, ROUNDING_DIRECTION, SCALE_ROUNDING_VARIANCE, SCALE_MULTIPLE — rounding and scaling rules.
- CONTRIBUTE_YIELD_IND, CONTRIBUTE_STEP_QTY_IND, DISPENSE_IND plus their decoded _MEANING columns — boolean indicators rendered via the GME_YES lookup.
- RELEASE_TYPE and RELEASE_TYPE_MEANING, BY_PRODUCT_TYPE and BY_PRODUCT_TYPE_MEANING, COST_ALLOC, TEXT_CODE.
Common Use Cases and Queries
Typical uses include batch step material requirement reports, material consumption reconciliation, yield and dispense analysis, and integration extracts feeding MES or warehouse systems. The decoded LINE_TYPE (GMD_FORMULA_ITEM_TYPE) is commonly filtered to isolate ingredient, by-product, or product lines.
Sample query listing material details for a batch:
- SELECT batch_id, batchstep_id, line_no, meaning line_type_meaning, item_no, item_desc, plan_qty, actual_qty, locator FROM apps.gme_step_material_details_v WHERE batch_id = :p_batch_id ORDER BY line_no;
Sample query filtered by formula item type:
- SELECT batch_id, material_detail_id, item_no, plan_qty, item_um FROM apps.gme_step_material_details_v WHERE organization_id = :p_org AND meaning = 'Ingredient';
Because the view resolves lookups and joins item and location views, it should be queried with the ORGANIZATION_ID and BATCH_ID predicates for optimal performance; it is intended for read-only reporting and integration use.
-
Lookup Type: GMD_FORMULA_ITEM_TYPE
12.2.2
product: GMD - Process Manufacturing Product Development , meaning: GMD:Formula Item Type , description: Formula item type ,
-
Lookup Type: GMD_FORMULA_ITEM_TYPE
12.1.1
product: GMD - Process Manufacturing Product Development , meaning: GMD:Formula Item Type , description: Formula item type ,
-
VIEW: APPS.GME_STEP_MATERIAL_DETAILS_V
12.1.1
-
VIEW: APPS.GME_MATERIAL_DETAILS_V
12.1.1
-
VIEW: APPS.GMD_MBR_STEP_MATERIAL_V1
12.1.1
-
VIEW: APPS.GME_MATERIAL_DETAILS_V
12.2.2
-
VIEW: APPS.GME_STEP_MATERIAL_DETAILS_V
12.2.2
-
VIEW: APPS.GMD_MBR_MATERIAL_V1
12.2.2
-
VIEW: APPS.GMD_MBR_MATERIAL_V1
12.1.1
-
VIEW: APPS.GMD_MBR_STEP_MATERIAL_V1
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: GMD_MBR_STEP_MATERIAL_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_MATERIAL_V1, object_name:GMD_MBR_STEP_MATERIAL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MBR_STEP_MATERIAL_V1 ,
-
View: GMD_MBR_MATERIAL_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_MATERIAL_V1, object_name:GMD_MBR_MATERIAL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MBR_MATERIAL_V1 ,
-
View: GME_MATERIAL_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_MATERIAL_DETAILS_V, object_name:GME_MATERIAL_DETAILS_V, status:VALID, product: GME - Process Manufacturing Process Execution , description: A supplementary view based on table gme_material_details. , implementation_dba_data: APPS.GME_MATERIAL_DETAILS_V ,
-
View: GME_STEP_MATERIAL_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_STEP_MATERIAL_DETAILS_V, object_name:GME_STEP_MATERIAL_DETAILS_V, status:VALID, product: GME - Process Manufacturing Process Execution , description: This view is used to retrieve Step Level Material Requirements for ERES event XML generation. , implementation_dba_data: APPS.GME_STEP_MATERIAL_DETAILS_V ,
-
View: GME_MATERIAL_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_MATERIAL_DETAILS_V, object_name:GME_MATERIAL_DETAILS_V, status:VALID, product: GME - Process Manufacturing Process Execution , description: A supplementary view based on table gme_material_details. , implementation_dba_data: APPS.GME_MATERIAL_DETAILS_V ,
-
View: GMD_MBR_MATERIAL_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_MATERIAL_V1, object_name:GMD_MBR_MATERIAL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MBR_MATERIAL_V1 ,
-
View: GME_STEP_MATERIAL_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_STEP_MATERIAL_DETAILS_V, object_name:GME_STEP_MATERIAL_DETAILS_V, status:VALID, product: GME - Process Manufacturing Process Execution , description: This view is used to retrieve Step Level Material Requirements for ERES event XML generation. , implementation_dba_data: APPS.GME_STEP_MATERIAL_DETAILS_V ,
-
View: GMD_MBR_STEP_MATERIAL_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_MATERIAL_V1, object_name:GMD_MBR_STEP_MATERIAL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MBR_STEP_MATERIAL_V1 ,
-
APPS.GME_MOBILE_LOVS SQL Statements
12.2.2
-
APPS.GME_MOBILE_LOVS SQL Statements
12.1.1
-
APPS.GMD_SAMPLES_GRP dependencies on GEM_LOOKUPS
12.2.2
-
APPS.GMD_SAMPLES_GRP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GME_MOBILE_LOVS
12.1.1
-
APPS.GMD_SAMPLES_GRP SQL Statements
12.2.2
-
APPS.GMD_SAMPLES_GRP dependencies on GEM_LOOKUPS
12.1.1
-
PACKAGE BODY: APPS.GME_MOBILE_LOVS
12.2.2
-
PACKAGE BODY: APPS.GMD_SAMPLES_GRP
12.1.1
-
PACKAGE BODY: APPS.GMD_SAMPLES_GRP
12.2.2