Search Results guide for building gantt charts
The GME_GANTT_DOCUMENT_FILTER
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component within the Oracle Process Manufacturing (OPM) module, specifically related to the Gantt Chart functionality for batch production scheduling. This table serves as a repository for filter criteria used to customize the display of documents (batches, tasks, or resources) in the Gantt chart view. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Purpose and Functional Context
TheGME_GANTT_DOCUMENT_FILTER
table stores user-defined filter settings for the Gantt chart interface in Oracle Process Manufacturing. The Gantt chart is a visual scheduling tool that allows planners and production managers to monitor batch progress, allocate resources, and optimize production timelines. Filters stored in this table enable users to narrow down the displayed data based on specific criteria such as batch status, organization, date ranges, or resource availability. This enhances usability by reducing clutter and focusing on relevant production data.
Table Structure and Key Columns
The table typically includes the following key columns:- FILTER_ID: A unique identifier for each filter record, often a primary key.
- FILTER_NAME: A user-defined name for the filter configuration.
- ORGANIZATION_ID: Links to the organization (inventory or manufacturing) to which the filter applies.
- USER_ID: Identifies the user who created or last modified the filter.
- FILTER_CRITERIA: Stores the actual filter conditions in XML, JSON, or a structured format (e.g., status = 'Released', date_range = '01-JAN-2023 to 31-DEC-2023').
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns tracking record creation and modification timestamps.
Integration with Oracle EBS Modules
TheGME_GANTT_DOCUMENT_FILTER
table interacts with several Oracle EBS modules:
- Oracle Process Manufacturing (GME): Provides the foundational data for batches, tasks, and resources displayed in the Gantt chart.
- Inventory (INV): Supplies organization and item details for filtering.
- Work in Process (WIP): Integrates with shop floor execution data for real-time updates.
- Oracle Advanced Supply Chain Planning (ASCP): Optional integration for aligning Gantt schedules with broader supply chain plans.
Technical Considerations
- Performance: Filters with complex criteria may impact Gantt chart rendering speed, necessitating indexed columns like
FILTER_ID
andORGANIZATION_ID
. - Data Security: Access to filters is often role-based, with
USER_ID
ensuring users only view their own or shared configurations. - Customization: The
FILTER_CRITERIA
column’s flexible structure allows for extensibility but may require validation logic in the application layer.
Use Case Example
A production planner in a pharmaceutical company configures a filter to display only batches in "Pending Approval" status for Plant A. The filter is saved inGME_GANTT_DOCUMENT_FILTER
with:
FILTER_NAME = 'Pending Approval - Plant A'
ORGANIZATION_ID = 100
(Plant A’s ID)FILTER_CRITERIA = {"status": "Pending Approval"}
Conclusion
TheGME_GANTT_DOCUMENT_FILTER
table is a pivotal element in Oracle EBS’s Gantt chart functionality, enabling dynamic, user-specific data views for efficient production scheduling. Its design balances flexibility with performance, ensuring seamless integration across OPM and related modules. Proper utilization of this table can significantly enhance operational visibility and decision-making in manufacturing environments.
-
Table: GME_GANTT_DOCUMENT_FILTER
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_GANTT_DOCUMENT_FILTER, object_name:GME_GANTT_DOCUMENT_FILTER, status:VALID, product: GME - Process Manufacturing Process Execution , description: Filter for the GME Gantt Chart informaiton , implementation_dba_data: GME.GME_GANTT_DOCUMENT_FILTER ,
-
Table: GME_GANTT_DOCUMENT_FILTER
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_GANTT_DOCUMENT_FILTER, object_name:GME_GANTT_DOCUMENT_FILTER, status:VALID, product: GME - Process Manufacturing Process Execution , description: Filter for the GME Gantt Chart informaiton , implementation_dba_data: GME.GME_GANTT_DOCUMENT_FILTER ,
-
Table: GME_PENDING_PRODUCT_LOTS
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_PENDING_PRODUCT_LOTS, object_name:GME_PENDING_PRODUCT_LOTS, status:VALID, product: GME - Process Manufacturing Process Execution , description: This table contains the lots information for the lab batches, and the lot information for the products/byproducts for production batches. , implementation_dba_data: GME.GME_PENDING_PRODUCT_LOTS ,
-
Table: GME_PENDING_PRODUCT_LOTS
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_PENDING_PRODUCT_LOTS, object_name:GME_PENDING_PRODUCT_LOTS, status:VALID, product: GME - Process Manufacturing Process Execution , description: This table contains the lots information for the lab batches, and the lot information for the products/byproducts for production batches. , implementation_dba_data: GME.GME_PENDING_PRODUCT_LOTS ,
-
Concurrent Program: GMEINGSUBSTITUTE
12.1.1
execution_filename: gme_api_grp.substitute_ingredients , product: GME - Process Manufacturing Process Execution , user_name: GMEINGSUBSTITUTE , description: Item Susbstitution for Batches , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMEINGSUBSTITUTE
12.2.2
execution_filename: gme_api_grp.substitute_ingredients , product: GME - Process Manufacturing Process Execution , user_name: GMEINGSUBSTITUTE , description: Item Susbstitution for Batches , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: PM_RIPMIUSR_SORT
12.1.1
product: GME - Process Manufacturing Process Execution , meaning: Sort By for RIPMIUSR , description: Sort By for RIPMIUSR ,
-
Lookup Type: PM_RIPMIUSR_SORT
12.2.2
product: GME - Process Manufacturing Process Execution , meaning: Sort By for RIPMIUSR , description: Sort By for RIPMIUSR ,
-
Table: GME_LAB_BATCH_LOTS
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_LAB_BATCH_LOTS, object_name:GME_LAB_BATCH_LOTS, status:VALID, product: GME - Process Manufacturing Process Execution , description: This tables tracks lot values for a Lab batch when inventory is not updated for lot-controlled items. , implementation_dba_data: GME.GME_LAB_BATCH_LOTS ,
-
Table: GME_LAB_BATCH_LOTS
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_LAB_BATCH_LOTS, object_name:GME_LAB_BATCH_LOTS, status:VALID, product: GME - Process Manufacturing Process Execution , description: This tables tracks lot values for a Lab batch when inventory is not updated for lot-controlled items. , implementation_dba_data: GME.GME_LAB_BATCH_LOTS ,
-
Lookup Type: PM_RIPMBUSR_SORT
12.2.2
product: GME - Process Manufacturing Process Execution , meaning: Sort By for RIPMBUSR , description: Sort By for RIPMBUSR ,
-
Lookup Type: PM_RIPMSUSR_SORT
12.1.1
product: GME - Process Manufacturing Process Execution , meaning: Sort By for RIPMSUSR , description: Sort By for RIPMSUSR ,
-
Lookup Type: PM_RIPMBUSR_SORT
12.1.1
product: GME - Process Manufacturing Process Execution , meaning: Sort By for RIPMBUSR , description: Sort By for RIPMBUSR ,
-
Lookup Type: PM_RIPMSUSR_SORT
12.2.2
product: GME - Process Manufacturing Process Execution , meaning: Sort By for RIPMSUSR , description: Sort By for RIPMSUSR ,
-
Table: GME_MIGRATION_CONTROL
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_MIGRATION_CONTROL, object_name:GME_MIGRATION_CONTROL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Control Table for Migration to determine whether a table has been migrated , implementation_dba_data: GME.GME_MIGRATION_CONTROL ,
-
Table: GME_MIGRATION_CONTROL
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_MIGRATION_CONTROL, object_name:GME_MIGRATION_CONTROL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Control Table for Migration to determine whether a table has been migrated , implementation_dba_data: GME.GME_MIGRATION_CONTROL ,
-
Table: GME_BATCH_STEP_RSRC_SUMMARY
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_RSRC_SUMMARY, object_name:GME_BATCH_STEP_RSRC_SUMMARY, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch step resource usages for Pending and WIP batch steps , implementation_dba_data: GME.GME_BATCH_STEP_RSRC_SUMMARY ,
-
Table: GME_TEXT_HEADER
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_TEXT_HEADER, object_name:GME_TEXT_HEADER, status:VALID, product: GME - Process Manufacturing Process Execution , description: Master table for creation and storage of text codes associated with Process Execution tables. , implementation_dba_data: GME.GME_TEXT_HEADER ,
-
Table: GME_EXCEPTIONS_GTMP
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_EXCEPTIONS_GTMP, object_name:GME_EXCEPTIONS_GTMP, status:VALID, product: GME - Process Manufacturing Process Execution , description: This is a new table that holds material details information for the exception materials , implementation_dba_data: GME.GME_EXCEPTIONS_GTMP ,
-
Table: GME_EXCEPTIONS_GTMP
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_EXCEPTIONS_GTMP, object_name:GME_EXCEPTIONS_GTMP, status:VALID, product: GME - Process Manufacturing Process Execution , description: This is a new table that holds material details information for the exception materials , implementation_dba_data: GME.GME_EXCEPTIONS_GTMP ,
-
Table: GME_BATCH_STEP_RSRC_SUMMARY
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_RSRC_SUMMARY, object_name:GME_BATCH_STEP_RSRC_SUMMARY, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch step resource usages for Pending and WIP batch steps , implementation_dba_data: GME.GME_BATCH_STEP_RSRC_SUMMARY ,
-
Table: GME_TEXT_HEADER
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_TEXT_HEADER, object_name:GME_TEXT_HEADER, status:VALID, product: GME - Process Manufacturing Process Execution , description: Master table for creation and storage of text codes associated with Process Execution tables. , implementation_dba_data: GME.GME_TEXT_HEADER ,
-
Table: GME_BATCH_STEP_ACTIVITIES
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_ACTIVITIES, object_name:GME_BATCH_STEP_ACTIVITIES, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch operation (step) details. This table contains information for each activity within a batch step. , implementation_dba_data: GME.GME_BATCH_STEP_ACTIVITIES ,
-
Table: GME_BATCH_STEP_ACTIVITIES
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_ACTIVITIES, object_name:GME_BATCH_STEP_ACTIVITIES, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch operation (step) details. This table contains information for each activity within a batch step. , implementation_dba_data: GME.GME_BATCH_STEP_ACTIVITIES ,
-
Table: GME_TEXT_TABLE_TL
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_TEXT_TABLE_TL, object_name:GME_TEXT_TABLE_TL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Production Management module text lines. Descriptive text for all tables in this module , implementation_dba_data: GME.GME_TEXT_TABLE_TL ,
-
Table: PC_TEXT_TBL_TL
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TEXT_TBL_TL, object_name:PC_TEXT_TBL_TL, status:VALID, product: GME - Process Manufacturing Process Execution , description: PC Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GME.PC_TEXT_TBL_TL ,
-
Table: GME_BATCH_STEP_RESOURCES
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_RESOURCES, object_name:GME_BATCH_STEP_RESOURCES, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch operation (step) details. This table contains information for each resource within an activity of batch step. , implementation_dba_data: GME.GME_BATCH_STEP_RESOURCES ,
-
Table: GME_TEXT_TABLE_TL
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_TEXT_TABLE_TL, object_name:GME_TEXT_TABLE_TL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Production Management module text lines. Descriptive text for all tables in this module , implementation_dba_data: GME.GME_TEXT_TABLE_TL ,
-
Table: PC_TEXT_TBL_TL
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TEXT_TBL_TL, object_name:PC_TEXT_TBL_TL, status:VALID, product: GME - Process Manufacturing Process Execution , description: PC Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GME.PC_TEXT_TBL_TL ,
-
Table: GME_BATCH_STEP_RESOURCES
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_RESOURCES, object_name:GME_BATCH_STEP_RESOURCES, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch operation (step) details. This table contains information for each resource within an activity of batch step. , implementation_dba_data: GME.GME_BATCH_STEP_RESOURCES ,
-
File: GME_Tables.html
12.2.2
product: GME - Process Manufacturing Process Execution , size: 728.541 KBytes , file_type: HTML Report , description: GME_Tables.html is an html report that documents the table and view definitions for the GME product. ,
-
Table: GME_BATCH_HISTORY
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_HISTORY, object_name:GME_BATCH_HISTORY, status:VALID, product: GME - Process Manufacturing Process Execution , description: Production history table. History table for the production events. Records event with financial implications, such as status changes and WIP warehouse changes. , implementation_dba_data: GME.GME_BATCH_HISTORY ,
-
Table: GME_BATCH_HISTORY
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_HISTORY, object_name:GME_BATCH_HISTORY, status:VALID, product: GME - Process Manufacturing Process Execution , description: Production history table. History table for the production events. Records event with financial implications, such as status changes and WIP warehouse changes. , implementation_dba_data: GME.GME_BATCH_HISTORY ,
-
File: GME_Tables.html
12.1.1
product: GME - Process Manufacturing Process Execution , size: 724.961 KBytes , file_type: HTML Report , description: GME_Tables.html is an html report that documents the table and view definitions for the GME product. ,
-
Table: GME_BATCH_STEP_DEPENDENCIES
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_DEPENDENCIES, object_name:GME_BATCH_STEP_DEPENDENCIES, status:VALID, product: GME - Process Manufacturing Process Execution , description: This table contains data about dependencies between batch steps. For example, the start of a step can be dependent on the completion of a previous step , implementation_dba_data: GME.GME_BATCH_STEP_DEPENDENCIES ,
-
Table: PM_TEXT_TBL_TL
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_TEXT_TBL_TL, object_name:PM_TEXT_TBL_TL, status:VALID, product: GME - Process Manufacturing Process Execution , description: PM Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GME.PM_TEXT_TBL_TL ,
-
Table: PM_TEXT_TBL_TL
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_TEXT_TBL_TL, object_name:PM_TEXT_TBL_TL, status:VALID, product: GME - Process Manufacturing Process Execution , description: PM Module Text Lines. Descriptive text for all tables in this module. , implementation_dba_data: GME.PM_TEXT_TBL_TL ,
-
Table: GME_BATCH_STEP_DEPENDENCIES
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_DEPENDENCIES, object_name:GME_BATCH_STEP_DEPENDENCIES, status:VALID, product: GME - Process Manufacturing Process Execution , description: This table contains data about dependencies between batch steps. For example, the start of a step can be dependent on the completion of a previous step , implementation_dba_data: GME.GME_BATCH_STEP_DEPENDENCIES ,
-
Table: PC_TEXT_HDR
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TEXT_HDR, object_name:PC_TEXT_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Table used to store text types for POC , implementation_dba_data: GME.PC_TEXT_HDR ,
-
Table: PC_TEXT_HDR
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PC_TEXT_HDR, object_name:PC_TEXT_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Table used to store text types for POC , implementation_dba_data: GME.PC_TEXT_HDR ,
-
Table: GME_BATCH_STEP_ITEMS
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_ITEMS, object_name:GME_BATCH_STEP_ITEMS, status:VALID, product: GME - Process Manufacturing Process Execution , description: This table defines relationship between batch steps and batch lines. For example, if the third ingredient in a batch is consumed in the second step, that information is stored in this table. , implementation_dba_data: GME.GME_BATCH_STEP_ITEMS ,
-
Table: GME_BATCH_STEP_ITEMS
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_BATCH_STEP_ITEMS, object_name:GME_BATCH_STEP_ITEMS, status:VALID, product: GME - Process Manufacturing Process Execution , description: This table defines relationship between batch steps and batch lines. For example, if the third ingredient in a batch is consumed in the second step, that information is stored in this table. , implementation_dba_data: GME.GME_BATCH_STEP_ITEMS ,
-
Table: PM_TEXT_HDR
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_TEXT_HDR, object_name:PM_TEXT_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Table used to store text types for Production Management , implementation_dba_data: GME.PM_TEXT_HDR ,
-
Table: PM_TEXT_HDR
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_TEXT_HDR, object_name:PM_TEXT_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Table used to store text types for Production Management , implementation_dba_data: GME.PM_TEXT_HDR ,
-
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 ,
-
Table: GME_MATERIAL_DETAILS
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_MATERIAL_DETAILS, object_name:GME_MATERIAL_DETAILS, status:VALID, product: GME - Process Manufacturing Process Execution , description: New quantity columns; for scaling a WIP batch. Actual quantities must match on the PM & POC sides. If a WIP batch is scaled the actual quantity is not updated on the PM side; therefore the value needs to be tracked elsewhere.Batch or FPO , implementation_dba_data: GME.GME_MATERIAL_DETAILS ,
-
Table: GME_MATERIAL_DETAILS
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.GME_MATERIAL_DETAILS, object_name:GME_MATERIAL_DETAILS, status:VALID, product: GME - Process Manufacturing Process Execution , description: New quantity columns; for scaling a WIP batch. Actual quantities must match on the PM & POC sides. If a WIP batch is scaled the actual quantity is not updated on the PM side; therefore the value needs to be tracked elsewhere.Batch or FPO , implementation_dba_data: GME.GME_MATERIAL_DETAILS ,
-
View: GME_RESOURCE_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_RESOURCE_TXNS_V, object_name:GME_RESOURCE_TXNS_V, status:VALID, product: GME - Process Manufacturing Process Execution , description: This view is used to retrieve Resource transaction for ERES event XML generation , implementation_dba_data: APPS.GME_RESOURCE_TXNS_V ,
-
View: GME_RESOURCE_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_RESOURCE_TXNS_V, object_name:GME_RESOURCE_TXNS_V, status:VALID, product: GME - Process Manufacturing Process Execution , description: This view is used to retrieve Resource transaction for ERES event XML generation , implementation_dba_data: APPS.GME_RESOURCE_TXNS_V ,