Search Results ic_whse_inv
Overview
The IC_WHSE_INV table is a core data structure within the Process Manufacturing Inventory (GMI) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the primary repository for warehouse-specific inventory rules and parameters. This table establishes and maintains the business logic that governs how individual items are managed within specific warehouses, acting as a critical junction between the item master (IC_ITEM_MST) and the warehouse master (IC_WHSE_MST). Its configuration directly impacts inventory transactions, costing, shipping, and cycle counting processes for process manufacturing operations.
Key Information Stored
The table stores configuration attributes that define item-warehouse relationships. Its structure is anchored by a composite primary key on ITEM_ID and WHSE_CODE, ensuring a unique rule set per item per warehouse. Important columns include WHSEINV_ID (a surrogate primary key), WHSE_ABCCODE for ABC analysis ranking, and various classification codes that link to other control tables. These classification codes—such as COUNT_CLASS (cycle counting), FRT_CLASS (freight), GL_CLASS (general ledger), and SHIP_CLASS (shipping)—are foreign keys that determine the specific policies applied. The TEXT_CODE column allows for attaching descriptive notes or instructions.
Common Use Cases and Queries
This table is central to operational and reporting activities. A common use case is validating or retrieving the applicable rules before processing a material transaction for an item in a given warehouse. For reporting, it is frequently joined to item and warehouse masters to analyze rule coverage. Key SQL patterns include identifying items missing warehouse-specific rules or listing all GL classes assigned across warehouses. For example, a query to find the cycle counting class for an item in a specific warehouse would join IC_WHSE_INV to IC_CRUL_CLS via the COUNT_CLASS column. Data maintenance typically occurs through the application's warehouse rules form, not via direct SQL updates.
Related Objects
As indicated by its foreign keys, IC_WHSE_INV has extensive relationships within the GMI schema. It is a child table of IC_ITEM_MST (item master) and IC_WHSE_MST (warehouse master). It references multiple classification masters: IC_CRUL_CLS, IC_FRGT_CLS, IC_GLED_CLS, IC_SHIP_CLS, and IC_RANK_MST. It also relates to IC_TEXT_HDR for descriptive text. Crucially, it is a parent table to IC_ITEM_CDT (item cost details), meaning cost records are maintained at the same item and warehouse grain. This network of relationships underscores its role as a pivotal control point in the Process Manufacturing inventory model.
-
Table: IC_WHSE_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_INV, object_name:IC_WHSE_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse rules , implementation_dba_data: GMI.IC_WHSE_INV ,
-
Table: IC_WHSE_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_INV, object_name:IC_WHSE_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse rules , implementation_dba_data: GMI.IC_WHSE_INV ,
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_WHSE_INV
12.1.1
-
APPS.GMPMRRP dependencies on IC_WHSE_INV
12.2.2
-
APPS.GMPMRACT dependencies on IC_WHSE_INV
12.1.1
-
APPS.GMPMRRP dependencies on IC_WHSE_INV
12.1.1
-
APPS.GMPMRACT dependencies on IC_WHSE_INV
12.2.2
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_ITEM_MST_B
12.1.1
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_CYCL_ADT
12.1.1
-
VIEW: APPS.IC_WHSE_INV_DFV
12.2.2
-
SYNONYM: APPS.IC_WHSE_INV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_WHSE_INV, status:VALID,
-
VIEW: APPS.IC_WHSE_INV_DFV
12.1.1
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_RANK_MST
12.1.1
-
SYNONYM: APPS.IC_WHSE_INV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_WHSE_INV, status:VALID,
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_CYCL_DTL
12.1.1
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_CYCL_HDR
12.1.1
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on MTL_SYSTEM_ITEMS_B
12.1.1
-
APPS.OPI_DBI_INV_CCA_OPM_PKG dependencies on IC_WHSE_MST
12.1.1
-
VIEW: GMI.IC_WHSE_INV#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_WHSE_INV#, status:VALID,
-
Table: IC_ITEM_CDT
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_CDT, object_name:IC_ITEM_CDT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Scheduled count date , implementation_dba_data: GMI.IC_ITEM_CDT ,
-
Table: IC_FRGT_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table defines the freight classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_CDT
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_CDT, object_name:IC_ITEM_CDT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Scheduled count date , implementation_dba_data: GMI.IC_ITEM_CDT ,
-
Table: IC_GLED_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the General Ledger classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_RANK_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_RANK_MST, object_name:IC_RANK_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory rank master. This table defines rank information for use in determining the cycle count schedule. , implementation_dba_data: GMI.IC_RANK_MST ,
-
Table: IC_CRUL_CLS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CRUL_CLS, object_name:IC_CRUL_CLS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Count class table , implementation_dba_data: GMI.IC_CRUL_CLS ,
-
Table: IC_FRGT_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table defines the freight classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_RANK_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_RANK_MST, object_name:IC_RANK_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory rank master. This table defines rank information for use in determining the cycle count schedule. , implementation_dba_data: GMI.IC_RANK_MST ,
-
Table: IC_SHIP_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the item shipping class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CRUL_CLS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CRUL_CLS, object_name:IC_CRUL_CLS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Count class table , implementation_dba_data: GMI.IC_CRUL_CLS ,
-
PACKAGE BODY: APPS.GMPMRRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMRRP, status:VALID,
-
PACKAGE BODY: APPS.GMPMRRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMRRP, status:VALID,
-
VIEW: GMI.IC_WHSE_INV#
12.2.2
-
Table: IC_SHIP_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the item shipping class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IC_WHSE_INV_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IC_WHSE_INV_DFV, status:VALID,
-
VIEW: APPS.IC_WHSE_INV_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IC_WHSE_INV_DFV, status:VALID,
-
Table: IC_GLED_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the General Ledger classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GMPMRACT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMRACT, status:VALID,
-
APPS.GMPMRRP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OPI_DBI_INV_CCA_OPM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OPI_DBI_INV_CCA_OPM_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMPMRACT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMPMRACT, status:VALID,
-
APPS.GMPMRRP SQL Statements
12.1.1
-
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 ,
-
APPS.OPI_DBI_INV_CCA_OPM_PKG SQL Statements
12.1.1
-
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 ,
-
APPS.GMPPSRP SQL Statements
12.1.1