Search Results inventory
Overview
The IC_SUMM_INV table is a core data repository within the GMI (Process Manufacturing Inventory) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as the inventory summary table, designed to store aggregated on-hand inventory balances. Its primary role is to maintain summarized quantities by the key dimensions of item, warehouse, and quality control (QC) grade. This summary-level data is critical for performance in inventory inquiries, reporting, and availability checks, providing a consolidated view of stock levels without needing to query granular transaction-level tables. The metadata indicates it is a standard table within the GMI product's data model, though the provided excerpt notes it was "Not implemented in this database" for the specific instance from which the documentation was extracted.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which dictate the granularity and integrity of the data it holds. The primary inventory balance is uniquely identified by the combination of ITEM_ID, WHSE_CODE, and QC_GRADE, as enforced by the IC_SUMM_INV_U1 unique key. A surrogate primary key, SUMM_INV_ID, is also present. The table's critical foreign key relationships reveal the specific data it stores: ITEM_ID references IC_ITEM_MST (the item master), WHSE_CODE references IC_WHSE_MST (the warehouse master), and QC_GRADE references QC_GRAD_MST (the quality grade master). While the metadata excerpt does not list the specific quantity columns, tables of this nature typically contain columns for on-hand, available, reserved, and in-transit quantities for the given item-warehouse-grade combination.
Common Use Cases and Queries
This table is central to inventory summary reporting and availability analysis. Common operational use cases include generating high-level stock status reports, checking material availability for production or sales orders, and reconciling summary balances with detailed transaction history. A typical query pattern would join IC_SUMM_INV to its referenced master tables to retrieve meaningful descriptions. For example:
- Retrieving total on-hand quantity by item and warehouse:
SELECT i.ITEM_NO, w.WHSE_CODE, s.QC_GRADE, s.ON_HAND FROM IC_SUMM_INV s JOIN IC_ITEM_MST i ON s.ITEM_ID = i.ITEM_ID JOIN IC_WHSE_MST w ON s.WHSE_CODE = w.WHSE_CODE WHERE i.ITEM_NO = '&ITEM'; - Identifying inventory held under a specific quality grade for quality management purposes.
- Serving as the primary data source for custom inventory dashboards or summary screens that require aggregated performance.
Related Objects
IC_SUMM_INV sits at the center of a network of related GMI tables, primarily defined by its foreign key constraints. The master tables it directly depends on are IC_ITEM_MST (items), IC_WHSE_MST (warehouses), and QC_GRAD_MST (quality grades). It is also referenced by the table itself through a self-referencing foreign key on ITEM_ID, the purpose of which would be detailed in a full data model. While not listed in the excerpt, this summary table is typically populated and maintained by inventory transaction processing logic (potentially in packages or from tables like IC_TRAN_PND) that post aggregated changes to the summary balances. Reports and forms displaying inventory summaries will directly query this table or related views built upon it.
-
File: GMI 11i9 Inventory ERD.pdf
12.1.1
product: GMI - Process Manufacturing Inventory , size: 56.595 KBytes , file_type: PDF Diagram ,
-
File: GMI 11i9 Inventory ERD.pdf
12.2.2
product: GMI - Process Manufacturing Inventory , size: 56.595 KBytes , file_type: PDF Diagram ,
-
File: GMI 11i10 Inventory ERD.pdf
12.2.2
product: GMI - Process Manufacturing Inventory , size: 44.449 KBytes , file_type: PDF Diagram ,
-
File: GMI 11i10 Inventory ERD.pdf
12.1.1
product: GMI - Process Manufacturing Inventory , size: 44.449 KBytes , file_type: PDF Diagram ,
-
Lookup Type: STATUS_CONTROL
12.2.2
product: GMI - Process Manufacturing Inventory , meaning: STATUS_CONTROL , description: STATUS_CONTROL ,
-
Concurrent Program: CMXFER02
12.1.1
execution_filename: CMXFER02 , product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report By Batch , description: Inventory Transfer Report By Batch , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: STATUS_CONTROL
12.1.1
product: GMI - Process Manufacturing Inventory , meaning: STATUS_CONTROL , description: STATUS_CONTROL ,
-
Concurrent Program: CMXFER02
12.2.2
execution_filename: CMXFER02 , product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report By Batch , description: Inventory Transfer Report By Batch , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CMXFER01
12.1.1
execution_filename: CMXFER01 , product: GMI - Process Manufacturing Inventory , user_name: CMXFER01 , description: Inventory Transfer Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GMISUBR
12.1.1
execution_filename: gmi_inventory_close_conc.run , product: GMI - Process Manufacturing Inventory , user_name: GMISUBR , description: Inventory Close OPM/GMI , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: CMR02
12.1.1
execution_filename: CMR02 , product: GMI - Process Manufacturing Inventory , user_name: CMR02 , description: Inventory Valuation Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CMR02
12.2.2
execution_filename: CMR02 , product: GMI - Process Manufacturing Inventory , user_name: CMR02 , description: Inventory Valuation Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIEDJL
12.1.1
execution_filename: RIEDJL , product: GMI - Process Manufacturing Inventory , user_name: RIEDJL , description: Inventory Edit Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CMXFER01
12.2.2
execution_filename: CMXFER01 , product: GMI - Process Manufacturing Inventory , user_name: CMXFER01 , description: Inventory Transfer Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RILIN
12.2.2
execution_filename: RILIN , product: GMI - Process Manufacturing Inventory , user_name: RILIN , description: Lot Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIADJL
12.1.1
execution_filename: RIADJL , product: GMI - Process Manufacturing Inventory , user_name: RIADJL , description: Inventory Adjustments Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIEDJL
12.2.2
execution_filename: RIEDJL , product: GMI - Process Manufacturing Inventory , user_name: RIEDJL , description: Inventory Edit Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GMISUBR
12.2.2
execution_filename: gmi_inventory_close_conc.run , product: GMI - Process Manufacturing Inventory , user_name: GMISUBR , description: Inventory Close OPM/GMI , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RILIN
12.1.1
execution_filename: RILIN , product: GMI - Process Manufacturing Inventory , user_name: RILIN , description: Lot Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIWIN
12.1.1
execution_filename: RIWIN , product: GMI - Process Manufacturing Inventory , user_name: RIWIN , description: Warehouse Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIWIN
12.2.2
execution_filename: RIWIN , product: GMI - Process Manufacturing Inventory , user_name: RIWIN , description: Warehouse Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIADJL
12.2.2
execution_filename: RIADJL , product: GMI - Process Manufacturing Inventory , user_name: RIADJL , description: Inventory Adjustments Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RILOC
12.1.1
execution_filename: RILOC , product: GMI - Process Manufacturing Inventory , user_name: RILOC , description: Inventory Location Detail Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RILOC
12.2.2
execution_filename: RILOC , product: GMI - Process Manufacturing Inventory , user_name: RILOC , description: Inventory Location Detail Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CMXFER01_XML
12.1.1
product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report (XML) , description: Inventory Transfer Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: CMXFER01_XML
12.2.2
product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report (XML) , description: Inventory Transfer Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RILIN_XML
12.1.1
product: GMI - Process Manufacturing Inventory , user_name: Lot Inventory Report (XML) , description: Lot Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RILIN_XML
12.2.2
product: GMI - Process Manufacturing Inventory , user_name: Lot Inventory Report (XML) , description: Lot Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RIEDJL_XML
12.1.1
product: GMI - Process Manufacturing Inventory , user_name: Inventory Edit Journal Report (XML) , description: Inventory Edit Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RIWIN_XML
12.1.1
product: GMI - Process Manufacturing Inventory , user_name: Warehouse Inventory Report (XML) , description: Warehouse Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RIEDJL_XML
12.2.2
product: GMI - Process Manufacturing Inventory , user_name: Inventory Edit Journal Report (XML) , description: Inventory Edit Journal Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RILOC_XML
12.1.1
product: GMI - Process Manufacturing Inventory , user_name: Inventory Location Detail Report (XML) , description: Inventory Location Detail Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RILOC_XML
12.2.2
product: GMI - Process Manufacturing Inventory , user_name: Inventory Location Detail Report (XML) , description: Inventory Location Detail Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: RIWIN_XML
12.2.2
product: GMI - Process Manufacturing Inventory , user_name: Warehouse Inventory Report (XML) , description: Warehouse Inventory Report of OPM IC , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: CMXFER02_XML
12.1.1
product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report By Batch (XML) , description: Inventory Transfer Report By Batch , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: CMXFER02_XML
12.2.2
product: GMI - Process Manufacturing Inventory , user_name: Inventory Transfer Report By Batch (XML) , description: Inventory Transfer Report By Batch , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: GMIPEB
12.2.2
execution_filename: GMI_PURGE_EMPTY_BAL_PKG.PURGE_EMPTY_BALANCE , product: GMI - Process Manufacturing Inventory , user_name: GMIPEBAL , description: OPM Inventory purge empty balance , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Table: IC_SUMM_INV
12.1.1
product: GMI - Process Manufacturing Inventory , description: Inventory summary table. This table contains inventory summary balances by item/warehouse/grade. , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: GMIPEB
12.1.1
execution_filename: GMI_PURGE_EMPTY_BAL_PKG.PURGE_EMPTY_BALANCE , product: GMI - Process Manufacturing Inventory , user_name: GMIPEBAL , description: OPM Inventory purge empty balance , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Table: IC_SUMM_INV
12.2.2
product: GMI - Process Manufacturing Inventory , description: Inventory summary table. This table contains inventory summary balances by item/warehouse/grade. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_PHYS_ERR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PHYS_ERR, object_name:IC_PHYS_ERR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Physical Inventory Posting Error Table. , implementation_dba_data: GMI.IC_PHYS_ERR ,
-
Table: GMI_ITEM_CONV_AUDIT_DETAILS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_CONV_AUDIT_DETAILS, object_name:GMI_ITEM_CONV_AUDIT_DETAILS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Contains inventory transaction details for a conversion record in gmi_item_conversion_audit table , implementation_dba_data: GMI.GMI_ITEM_CONV_AUDIT_DETAILS ,
-
Table: GMI_ITEM_CONV_AUDIT_DETAILS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_CONV_AUDIT_DETAILS, object_name:GMI_ITEM_CONV_AUDIT_DETAILS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Contains inventory transaction details for a conversion record in gmi_item_conversion_audit table , implementation_dba_data: GMI.GMI_ITEM_CONV_AUDIT_DETAILS ,
-
Table: IC_CLDR_HDR_TL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_TL, object_name:IC_CLDR_HDR_TL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Translations table table holding OPM inventory calendar descriptions in multiple languages , implementation_dba_data: GMI.IC_CLDR_HDR_TL ,
-
Table: GMI_DISCRETE_TRANSFER_LINES
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_DISCRETE_TRANSFER_LINES, object_name:GMI_DISCRETE_TRANSFER_LINES, status:VALID, product: GMI - Process Manufacturing Inventory , description: Process to/from Discrete inventory transfer lines table. Holds transfer lines information , implementation_dba_data: GMI.GMI_DISCRETE_TRANSFER_LINES ,
-
Table: IC_PURG_PRM
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PURG_PRM, object_name:IC_PURG_PRM, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory purge parameters , implementation_dba_data: GMI.IC_PURG_PRM ,
-
Table: IC_PURG_PRM
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PURG_PRM, object_name:IC_PURG_PRM, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory purge parameters , implementation_dba_data: GMI.IC_PURG_PRM ,
-
Table: GMI_DISCRETE_TRANSFER_LOTS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_DISCRETE_TRANSFER_LOTS, object_name:GMI_DISCRETE_TRANSFER_LOTS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Process to/from Discrete inventory transfer lots table. Holds transfer lots information belonging to transfer lines , implementation_dba_data: GMI.GMI_DISCRETE_TRANSFER_LOTS ,
-
Table: GMI_DISCRETE_TRANSFERS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_DISCRETE_TRANSFERS, object_name:GMI_DISCRETE_TRANSFERS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Process to/from Discrete inventory transfer table. Holds transfer header information , implementation_dba_data: GMI.GMI_DISCRETE_TRANSFERS ,
-
Table: GMI_QUANTITY_XML_INTERFACE
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_QUANTITY_XML_INTERFACE, object_name:GMI_QUANTITY_XML_INTERFACE, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table entries for the XML Gateway Inventory Quantity API requests. , implementation_dba_data: GMI.GMI_QUANTITY_XML_INTERFACE ,