Search Results gme_batch_header_vw
Overview
GME_BATCH_HEADER_VW is a reporting view owned by the APPS schema in Oracle E-Business Suite, belonging to the GME (Process Manufacturing Process Execution) product family. It exposes batch header information from the Process Manufacturing execution model in a denormalized, user-friendly form suitable for concurrent programs, Oracle Reports, OAF pages, and custom SQL-based integrations. The view consolidates the core batch record with descriptive attributes pulled from lookup tables, formula and routing masters, and recipe definitions. A distinguishing feature is that it presents both raw date columns and formatted display dates generated through calls to FND_DATE.DATE_TO_DISPLAYDT, allowing reporting layers to render dates in the session-appropriate format without client-side conversion logic. The view is documented as VALID in ETRM 12.2.2 metadata, and is equally applicable in 12.1.1 environments, where the same column set and underlying objects are present.
Underlying Base Objects
The view is defined over a set of synonyms that ultimately resolve to Process Manufacturing and Oracle Inventory base tables, together with two public packages. The primary driving table is GME_BATCH_HEADER, aliased B, which supplies the batch identity, status, scheduling, cost, and DFF attribute columns. MTL_PARAMETERS (aliased MP) supplies ORGANIZATION_CODE, exposed twice as PLANT_CODE and ORGANIZATION_CODE. FND_LOOKUP_VALUES (aliased FLV1) supplies BATCH_STATUS_DESC through the BATCH_STATUS lookup. FM_FORM_MST (aliased F) contributes formula number, version and description; FM_ROUT_HDR (aliased R) contributes routing number, version and description; and GMD_RECIPES (aliased REC) together with GMD_RECIPE_VALIDITY_RULES link the batch to its governing recipe and validity rule. The FND_DATE package is invoked for display-date conversion, while FND_MESSAGE and MTL_TRANSACTION_REASONS appear as documented referenced objects supporting message and reason resolution paths.
Key Columns
- BATCH_ID, BATCH_NO, BATCH_TYPE — primary key of the batch and its user-visible batch number and type.
- PLANT_CODE / ORGANIZATION_CODE — the manufacturing organization in which the batch executes.
- BATCH_STATUS, BATCH_STATUS_DESC — the internal status code and its decoded meaning from FND_LOOKUP_VALUES.
- FORMULA_ID, FORMULA_NO, FORMULA_VERS, FORMULA_DESC1 — the formula master governing the batch.
- ROUTING_ID, ROUTING_NO, ROUTING_VERS, ROUTING_DESC — the routing master associated with the batch.
- RECIPE_NO, RECIPE_VERSION — recipe identification when the batch is recipe-driven.
- PLAN_START_DATE, ACTUAL_START_DATE, DUE_DATE, PLAN_CMPLT_DATE, ACTUAL_CMPLT_DATE, BATCH_CLOSE_DATE — batch scheduling and completion dates, each paired with a corresponding _DT display column.
- POC_IND, ACTUAL_COST_IND, GL_POSTED_IND, UPDATE_INVENTORY_IND — processing and accounting indicator flags.
- ATTRIBUTE1 through ATTRIBUTE40, ATTRIBUTE_CATEGORY — the batch descriptive flexfield segments.
- DELETE_MARK, CREATED_BY, LAST_UPDATED_BY — standard WHO audit and soft-delete columns.
Notably, the view does not expose a column named MOVE_ORDER_HEADER_ID. Users searching for that identifier must query the move-order tables (for example GME_MOVE_ORDER_HEADERS) and join back to this view through BATCH_ID.
Common Use Cases and Queries
The view is typically used for batch status dashboards, shop-floor reporting, and integration extracts where decoded status and display-formatted dates are required. A representative query lists in-process batches by plant:
SELECT batch_no, plant_code, batch_status_desc, plan_start_date_dt FROM apps.gme_batch_header_vw WHERE batch_status = 3 AND plant_code = :p_plant;
A second pattern joins the view to move-order or material-line tables on BATCH_ID to obtain batch context for a specific move order header, satisfying the common requirement to locate the batch behind a given move_order_header_id without a direct column on this view. Because the view joins multiple master tables, queries should be filtered on indexed columns such as BATCH_ID or BATCH_NO to avoid unnecessary full scans.
-
View: GME_BATCH_HEADER_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_BATCH_HEADER_VW, object_name:GME_BATCH_HEADER_VW, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch Header view , implementation_dba_data: APPS.GME_BATCH_HEADER_VW ,
-
View: GME_BATCH_HEADER_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_BATCH_HEADER_VW, object_name:GME_BATCH_HEADER_VW, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch Header view , implementation_dba_data: APPS.GME_BATCH_HEADER_VW ,
-
VIEW: APPS.GMF_XLA_PM_TXNS_V
12.2.2
-
APPS.GME_ERES_UTILS SQL Statements
12.2.2
-
VIEW: APPS.GMF_XLA_PM_TXNS_V
12.1.1
-
APPS.GME_ERES_UTILS SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.INV_LABEL_PVT13
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT13, status:VALID,
-
PACKAGE BODY: APPS.INV_GENEALOGY_REPORT_GEN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_GENEALOGY_REPORT_GEN, status:VALID,
-
VIEW: APPS.GMF_XLA_PM_RSRC_TXNS_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: GMF_XLA_PM_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_TXNS_V, object_name:GMF_XLA_PM_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Batch Transactions , implementation_dba_data: APPS.GMF_XLA_PM_TXNS_V ,
-
VIEW: APPS.GMF_XLA_PM_RSRC_TXNS_V
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GME_ERES_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GME_ERES_UTILS, status:VALID,
-
PACKAGE BODY: APPS.GME_ERES_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GME_ERES_UTILS, status:VALID,
-
PACKAGE BODY: APPS.INV_GENEALOGY_REPORT_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_GENEALOGY_REPORT_GEN, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT13
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT13, status:VALID,
-
VIEW: APPS.MTL_MFG_BATCHES_SECURITY_V
12.1.1
-
SYNONYM: APPS.GMD_RECIPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_RECIPES, status:VALID,
-
PACKAGE BODY: APPS.GMO_CBR_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_CBR_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMO_CBR_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_CBR_GRP, status:VALID,
-
SYNONYM: APPS.FM_ROUT_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_ROUT_HDR, status:VALID,
-
SYNONYM: APPS.FM_ROUT_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_ROUT_HDR, status:VALID,
-
View: GMF_XLA_PM_RSRC_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_RSRC_TXNS_V, object_name:GMF_XLA_PM_RSRC_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Resource Transactions , implementation_dba_data: APPS.GMF_XLA_PM_RSRC_TXNS_V ,
-
VIEW: APPS.MTL_MFG_BATCHES_SECURITY_V
12.2.2
-
View: GMF_XLA_PM_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_TXNS_V, object_name:GMF_XLA_PM_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_PM_TXNS_V ,
-
View: GMF_XLA_PM_RSRC_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_RSRC_TXNS_V, object_name:GMF_XLA_PM_RSRC_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_PM_RSRC_TXNS_V ,
-
PACKAGE BODY: APPS.GME_MOBILE_TXN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GME_MOBILE_TXN, status:VALID,
-
PACKAGE BODY: APPS.GME_MOBILE_TXN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GME_MOBILE_TXN, status:VALID,
-
SYNONYM: APPS.GMD_RECIPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_RECIPES, status:VALID,
-
PACKAGE BODY: APPS.GME_ERES_UTILS
12.1.1
-
PACKAGE BODY: APPS.GME_ERES_UTILS
12.2.2
-
APPS.INV_GENEALOGY_REPORT_GEN SQL Statements
12.1.1
-
VIEW: APPS.GMF_XLA_PM_RSRC_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_RSRC_TXNS_V, object_name:GMF_XLA_PM_RSRC_TXNS_V, status:VALID,
-
SYNONYM: APPS.FM_FORM_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_FORM_MST, status:VALID,
-
SYNONYM: APPS.FM_FORM_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_FORM_MST, status:VALID,
-
View: MTL_MFG_BATCHES_SECURITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_BATCHES_SECURITY_V, object_name:MTL_MFG_BATCHES_SECURITY_V, status:VALID, product: INV - Inventory , description: View of gme batches with securities for genealogy , implementation_dba_data: APPS.MTL_MFG_BATCHES_SECURITY_V ,
-
SYNONYM: APPS.GMD_RECIPE_VALIDITY_RULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_RECIPE_VALIDITY_RULES, status:VALID,
-
VIEW: APPS.GMF_XLA_PM_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_TXNS_V, object_name:GMF_XLA_PM_TXNS_V, status:VALID,
-
View: MTL_MFG_BATCHES_SECURITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_BATCHES_SECURITY_V, object_name:MTL_MFG_BATCHES_SECURITY_V, status:VALID, product: INV - Inventory , description: View of gme batches with securities for genealogy , implementation_dba_data: APPS.MTL_MFG_BATCHES_SECURITY_V ,
-
VIEW: APPS.GMF_XLA_PM_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_TXNS_V, object_name:GMF_XLA_PM_TXNS_V, status:VALID,
-
SYNONYM: APPS.GMD_RECIPE_VALIDITY_RULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_RECIPE_VALIDITY_RULES, status:VALID,
-
APPS.INV_LABEL_PVT13 SQL Statements
12.1.1
-
SYNONYM: APPS.MTL_TRANSACTION_REASONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_TRANSACTION_REASONS, status:VALID,
-
SYNONYM: APPS.MTL_TRANSACTION_REASONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_TRANSACTION_REASONS, status:VALID,
-
VIEW: APPS.GMF_XLA_PM_RSRC_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_PM_RSRC_TXNS_V, object_name:GMF_XLA_PM_RSRC_TXNS_V, status:VALID,
-
APPS.INV_LABEL_PVT13 SQL Statements
12.2.2
-
VIEW: APPS.GMF_SUBLEDGER_REP_V
12.2.2
owner:APPS, object_type:VIEW, object_name:GMF_SUBLEDGER_REP_V, status:VALID,