Search Results ic_loct_inv
Overview
The IC_LOCT_INV table is a core data object within the Oracle E-Business Suite Process Manufacturing (GMI) Inventory module. It functions as the detailed location inventory table, storing granular on-hand quantity and status information for items at the specific warehouse, lot, and location level. Its primary role is to track the physical inventory of items within discrete storage locations (e.g., bins, racks) within a warehouse, providing the foundational data for inventory accuracy, lot traceability, and warehouse operations. The table's existence is critical for supporting the complex inventory management requirements of process manufacturing, where precise control over lot and location is essential for quality, costing, and fulfillment.
Key Information Stored
The table's structure is defined by its composite primary key, which uniquely identifies a specific inventory record: ITEM_ID, WHSE_CODE, LOT_ID, and LOCATION. Key columns include the primary key fields, which link to master data tables for items, warehouses, and lots. Additional significant columns store the on-hand quantity (QTY), the lot status (LOT_STATUS), and a text code (TEXT_CODE) for descriptive notes. The table also holds quality control information, such as a hold resolution code (QCHOLD_RES_CODE), linking it to quality management processes. This design enables the system to answer precise questions about what quantity of which specific lot is stored in a particular location.
Common Use Cases and Queries
This table is central to inventory inquiries, cycle counting, picking, and putaway transactions. A common reporting use case is generating a detailed location-level inventory report. A typical query would join IC_LOCT_INV with master tables to translate IDs into meaningful descriptions. For example:
- Location Detail Report:
SELECT wh.whse_code, i.item_no, l.lot_no, li.location, li.qty FROM gmi.ic_loct_inv li JOIN gmi.ic_whse_mst wh ON li.whse_code = wh.whse_code JOIN gmi.ic_item_mst i ON li.item_id = i.item_id JOIN gmi.ic_lots_mst l ON li.item_id = l.item_id AND li.lot_id = l.lot_id WHERE li.qty > 0; - Lot Traceability: Queries against IC_LOCT_INV are essential for tracing the current storage location(s) of a specific manufacturing or purchase lot.
- Transaction Support: Any material movement transaction (issue, transfer, receipt) that specifies a location will query and update this table to adjust the on-hand quantity.
Related Objects
As indicated by its foreign key constraints, IC_LOCT_INV has strong dependencies on several master and status tables. The primary foreign keys link to IC_LOTS_MST (lot definition), IC_WHSE_MST (warehouse definition), and IC_LOTS_STS (lot status codes). It also references IC_TEXT_HDR for descriptive text and QC_HRES_MST for quality hold resolutions. This table is a primary child of the lot master (IC_LOTS_MST) and is often accessed in conjunction with the item master (IC_ITEM_MST) to provide a complete inventory picture. It serves as a key source for inventory valuation and availability checks within the Process Manufacturing suite.
-
Table: IC_LOCT_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOCT_INV, object_name:IC_LOCT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Location inventory table. , implementation_dba_data: GMI.IC_LOCT_INV ,
-
Table: IC_LOCT_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOCT_INV, object_name:IC_LOCT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Location inventory table. , implementation_dba_data: GMI.IC_LOCT_INV ,
-
Table: IC_DECM_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_DECM_MST, object_name:IC_DECM_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Store information about records in IC_LOCT_INV whose decimal quantities have been reset to tolerance levels. , implementation_dba_data: GMI.IC_DECM_MST ,
-
Table: IC_DECM_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_DECM_MST, object_name:IC_DECM_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Store information about records in IC_LOCT_INV whose decimal quantities have been reset to tolerance levels. , implementation_dba_data: GMI.IC_DECM_MST ,
-
View: IC_LOCT_INV_RPTVW2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW2, object_name:IC_LOCT_INV_RPTVW2, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW2 ,
-
View: IC_LOCT_INV_RPTVW4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW4, object_name:IC_LOCT_INV_RPTVW4, status:VALID, product: GMI - Process Manufacturing Inventory , description: Trial Picklist report view. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW4 ,
-
View: IC_LOCT_INV_RPTVW4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW4, object_name:IC_LOCT_INV_RPTVW4, status:VALID, product: GMI - Process Manufacturing Inventory , description: Trial Picklist report view. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW4 ,
-
View: IC_LOCT_INV_RPTVW2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW2, object_name:IC_LOCT_INV_RPTVW2, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW2 ,
-
View: IC_LOCT_INV_RPTVW3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW3, object_name:IC_LOCT_INV_RPTVW3, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW3 ,
-
View: IC_LOCT_INV_RPTVW3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW3, object_name:IC_LOCT_INV_RPTVW3, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW3 ,
-
Table: IC_LOTS_STS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_STS, object_name:IC_LOTS_STS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Lot status table. , implementation_dba_data: GMI.IC_LOTS_STS ,
-
Table: IC_LOTS_STS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_STS, object_name:IC_LOTS_STS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Lot status table. , implementation_dba_data: GMI.IC_LOTS_STS ,
-
View: IC_LOCT_INV_UNALLOC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_UNALLOC, object_name:IC_LOCT_INV_UNALLOC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOCT_INV_UNALLOC ,
-
View: IC_LOCT_INV_UNALLOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_UNALLOC, object_name:IC_LOCT_INV_UNALLOC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOCT_INV_UNALLOC ,
-
View: IC_LOCT_INV_RPTVW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW1, object_name:IC_LOCT_INV_RPTVW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Lot inventory report view. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW1 ,
-
View: IC_LOCT_INV_RPTVW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOCT_INV_RPTVW1, object_name:IC_LOCT_INV_RPTVW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Lot inventory report view. , implementation_dba_data: APPS.IC_LOCT_INV_RPTVW1 ,
-
Table: IC_LOTS_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_MST, object_name:IC_LOTS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the lot master table. This table stores data about individual lots for an item. , implementation_dba_data: GMI.IC_LOTS_MST ,
-
Table: IC_LOTS_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_MST, object_name:IC_LOTS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the lot master table. This table stores data about individual lots for an item. , implementation_dba_data: GMI.IC_LOTS_MST ,
-
View: IC_ITEM_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ITEM_INV_V, object_name:IC_ITEM_INV_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is used in the OPM Allocation Engine in order to get the OnHand and Commit quantities for an item. , implementation_dba_data: APPS.IC_ITEM_INV_V ,
-
View: IC_ITEM_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ITEM_INV_V, object_name:IC_ITEM_INV_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is used in the OPM Allocation Engine in order to get the OnHand and Commit quantities for an item. , implementation_dba_data: APPS.IC_ITEM_INV_V ,
-
View: GMI_PICK_LOTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_LOTS_V, object_name:GMI_PICK_LOTS_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: View to populate pick lots screen from shipment form , implementation_dba_data: APPS.GMI_PICK_LOTS_V ,
-
View: GMI_PICK_LOTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_LOTS_V, object_name:GMI_PICK_LOTS_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: View to populate pick lots screen from shipment form , implementation_dba_data: APPS.GMI_PICK_LOTS_V ,
-
Table: IC_TEXT_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: IC_TEXT_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
View: IC_SUMM_INV_ONHAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SUMM_INV_ONHAND_V, object_name:IC_SUMM_INV_ONHAND_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Private view , implementation_dba_data: APPS.IC_SUMM_INV_ONHAND_V ,
-
Table: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
View: IC_SUMM_INV_ONHAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SUMM_INV_ONHAND_V, object_name:IC_SUMM_INV_ONHAND_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Private view , implementation_dba_data: APPS.IC_SUMM_INV_ONHAND_V ,
-
View: IC_SUMM_INV_INT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SUMM_INV_INT_V, object_name:IC_SUMM_INV_INT_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Private View , implementation_dba_data: APPS.IC_SUMM_INV_INT_V ,
-
View: IC_SUMM_INV_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SUMM_INV_INT_V, object_name:IC_SUMM_INV_INT_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Private View , implementation_dba_data: APPS.IC_SUMM_INV_INT_V ,