Search Results summary
The PMI_SUMMARY_TABLE_LIST lookup type in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component within the Process Manufacturing Intelligence (PMI) module. This lookup type is primarily used to define and manage summary tables that facilitate efficient reporting and analytics for process manufacturing operations. Below is a detailed breakdown of its purpose, functionality, and significance in Oracle EBS.
1. Overview of PMI_SUMMARY_TABLE_LIST
The PMI_SUMMARY_TABLE_LIST lookup type serves as a metadata repository that identifies the summary tables available for use in PMI reporting. These summary tables are pre-aggregated datasets designed to optimize query performance by reducing the computational overhead associated with real-time data aggregation. The lookup type is configured within the Oracle Application Object Library (FND_LOOKUP_TYPES and FND_LOOKUP_VALUES tables) and is accessed by PMI to determine which summary tables are available for analytical purposes.2. Key Functionality
- Table Identification: The lookup type stores entries that map logical table names to their corresponding physical database tables or views. This abstraction layer allows PMI to reference tables without hardcoding their names, enhancing flexibility.
- Aggregation Levels: Each entry in the lookup type may specify the granularity of data aggregation (e.g., by item, organization, or time period), enabling tailored reporting.
- Integration with PMI: PMI leverages this lookup type to dynamically generate SQL queries for reports, ensuring that data is pulled from the most efficient source.
3. Configuration and Customization
Administrators can customize the PMI_SUMMARY_TABLE_LIST lookup type via the Oracle Application Developer responsibility. Key steps include:- Adding New Entries: New summary tables can be registered by adding entries to the lookup type, specifying the table name, description, and any relevant parameters.
- Modifying Existing Entries: Changes to table structures or aggregation logic can be reflected by updating the corresponding lookup values.
- Security: Access to the lookup type can be restricted using Oracle's standard security mechanisms, ensuring only authorized users can modify its contents.
4. Technical Implementation
The lookup type is stored in the FND_LOOKUP_TYPES table with a lookup type code of PMI_SUMMARY_TABLE_LIST. Associated values are stored in FND_LOOKUP_VALUES, where each record includes:- LOOKUP_CODE: A unique identifier for the summary table.
- MEANING: A descriptive name for the table.
- DESCRIPTION: Additional details about the table's purpose or usage.
- ENABLED_FLAG: Indicates whether the table is active for use in PMI.
5. Business Impact
The PMI_SUMMARY_TABLE_LIST lookup type plays a pivotal role in enabling efficient reporting for process manufacturing organizations. By leveraging pre-aggregated data, it significantly reduces report generation times and improves the responsiveness of PMI dashboards and analytics. This is particularly valuable in industries with complex manufacturing processes, where real-time insights into production efficiency, inventory levels, and cost analysis are critical.6. Best Practices
- Regular Maintenance: Periodically review and update the lookup type to reflect changes in underlying data structures or reporting requirements.
- Performance Tuning: Ensure summary tables are optimized for query performance, with appropriate indexing and partitioning.
- Documentation: Maintain detailed documentation for each entry in the lookup type to aid troubleshooting and onboarding.
-
Lookup Type: PMI_SUMMARY_TABLE_LIST
12.2.2
product: PMI - Process Manufacturing Intelligence (Obsolete) , meaning: List of PMI Summary Tables for Purge , description: List of PMI Summary Tables for Purge ,
-
Concurrent Program: PMI_REFRESH_LOT_GENEALOGY
12.2.2
execution_filename: PMI_LOT_GENEALOGY_PKG.REFRESH_LOT_GENEALOGY , product: PMI - Process Manufacturing Intelligence (Obsolete) , user_name: PMI Lot Genealogy Summary , description: PMI Lot Genealogy Summary , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PMI_BATCH_STATUS_SUM
12.2.2
execution_filename: PMI_PRODUCTION_SUM.POPULATE_BATCH_STATUS_SUM , product: PMI - Process Manufacturing Intelligence (Obsolete) , user_name: PMI Batch Status Summary Population , description: PMI Batch Status Summary Population , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PMI_PROD_SUM
12.2.2
execution_filename: PMI_BUILD_PROD_SUM.BUILD_SUMMARY , product: PMI - Process Manufacturing Intelligence (Obsolete) , user_name: PMI Production Summary Calculation Package , description: PMI Production Summary Calculation Package , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PMI_ONHAND_SALE_SUM
12.2.2
execution_filename: PMI_BUILD_ONHANDSALE_SUM.BUILD_SUMMARY , product: PMI - Process Manufacturing Intelligence (Obsolete) , user_name: PMI Onhand Sale Summary Calculation Package , description: PMI Onhand Sale Summary Calculation Package , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PMI_PURGE_SUMM_TAB
12.2.2
execution_filename: PMI_SUMM_TAB_PURGE.PURGE_SUMMARY , product: PMI - Process Manufacturing Intelligence (Obsolete) , user_name: Purge PMI Summary Table , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: PMI_PROD_SUM
12.2.2
owner:PMI, object_type:TABLE, fnd_design_data:PMI.PMI_PROD_SUM, object_name:PMI_PROD_SUM, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Summary table for OPM transactions related with production , implementation_dba_data: PMI.PMI_PROD_SUM ,
-
Table: PMI_ONHAND_SALE_SUM
12.2.2
owner:PMI, object_type:TABLE, fnd_design_data:PMI.PMI_ONHAND_SALE_SUM, object_name:PMI_ONHAND_SALE_SUM, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Summary table for OPM transactions related with inventory and sales. , implementation_dba_data: PMI.PMI_ONHAND_SALE_SUM ,