Search Results gme_batch_header
Overview
The GME_BATCH_HEADER table is a core data object within the Oracle E-Business Suite Process Manufacturing Process Execution (GME) module. It serves as the primary header table for manufacturing production orders, storing master information for both Firm Planned Orders (FPOs) and actual production Batches. As the central record for a production request, it establishes the foundational link between the planned recipe (formula and routing) and its physical execution, tracking the order's lifecycle from planning through completion across Oracle EBS versions 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is the BATCH_ID, a unique system-generated identifier for each batch or FPO. Key columns typically include organizational data such as the PLANT_ID (organization), and references to the defining manufacturing master data: FORMULA_ID, ROUTING_ID, and VALIDITY_RULE_ID. It captures critical timing and status information, including planned and actual start and completion dates, BATCH_STATUS, BATCH_CLOSE_DATE, and BATCH_TYPE (distinguishing between a firm planned order and a batch). Additional columns often store control details like the BATCH_NO (user-facing identifier), priority, and reason codes for batch creation or modification.
Common Use Cases and Queries
This table is essential for operational reporting, process traceability, and integration. Common queries involve joining to related detail tables to get a complete view of a production order. For example, to retrieve basic batch header information for a specific organization, a query might be: SELECT batch_no, batch_status, planned_start_date, actual_start_date FROM gme_batch_header WHERE organization_id = :org_id ORDER BY batch_id DESC;. For performance analysis, reports often join GME_BATCH_HEADER to GME_BATCH_STEPS on BATCH_ID to compare planned versus actual step durations. Integration with cost management or inventory typically involves querying this table to establish the production context for material transactions (GME_MATERIAL_DETAILS) and resource charges.
Related Objects
- GME_BATCH_STEPS: Stores the detailed routing step operations for each batch/FPO, linked via BATCH_ID.
- GME_MATERIAL_DETAILS: Holds all material components (ingredients, products, by-products) required or produced by the batch, linked via BATCH_ID.
- GME_TRANSACTION_HISTORY: Records inventory and resource transactions posted against the batch.
- GME_BATCH_HEADER_V: A common view built upon GME_BATCH_HEADER, often incorporating descriptive flexfield and translation data for reporting.
- Key APIs: The GME_BATCH_HEADER table is primarily manipulated through public APIs in the GME_API_PUB package for creating, updating, and closing batches programmatically.
-
Table: GME_BATCH_HEADER
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_HEADER, object_name:GME_BATCH_HEADER, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch/FPO header. This table stores the header information for both Firm Planned Orders (FPOs) and Batches, including the plant, the validity rules, formula, and routing on which the batch was based, and the planned and actual start and com , implementation_dba_data: GME.GME_BATCH_HEADER ,
-
Table: GME_BATCH_HEADER
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_HEADER, object_name:GME_BATCH_HEADER, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch/FPO header. This table stores the header information for both Firm Planned Orders (FPOs) and Batches, including the plant, the validity rules, formula, and routing on which the batch was based, and the planned and actual start and com , implementation_dba_data: GME.GME_BATCH_HEADER ,
-
APPS.GME_CLOSE_BATCH_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GMPMPACT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GML_BATCH_OM_RES_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_TRANSFORM_BATCH dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GMO_DISPENSE_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_PHANTOM_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_API_PUB dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_GANTT_LOV_PKG dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_GANTT_PKG dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_CREATE_BATCH_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GMI_ERES_UTILS dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.JAI_OPM_GBH_TRIGGER_PKG dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_INSERT_STEP_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.PMI_PRODUCTION_SUM dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GMD_SPEC_VRS_GRP dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_RESCHEDULE_BATCH_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GMD_STATUS_CODE dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.INV_MINMAX_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.INV_SELECT_INVENTORY_PKG dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_BATCH_HEADER_DBL dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_PENDING_PRODUCT_LOTS_PVT dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GMF_XLA_PKG dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_API_PUB dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_POST_MIGRATION dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.PMI_COST_ANALZ_PACK dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_API_MAIN dependencies on GME_BATCH_HEADER
12.1.1
-
APPS.GME_MOBILE_LOVS dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_SUPPLY_RES_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.MIGRATE_BATCH dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GMF_SUBLEDGER_PKG dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_GANTT_PKG dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_CLOSE_STEP_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.JAI_OPM_GBH_TRIGGER_PKG dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_FPL_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_PHANTOM_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GMD_SAMPLES_GRP dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_CANCEL_BATCH_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GMD_SPREAD_FETCH_PKG dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_REVERT_BATCH_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GMPRELAP dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_TRANS_ENGINE_UTIL dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_MOVE_ORDERS_PVT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GMPMRACT dependencies on GME_BATCH_HEADER
12.2.2
-
APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_BATCH_HEADER
12.2.2