Search Results ic_item_mst
Overview
The IC_ITEM_MST table is the foundational item master data table 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 central repository for defining all items, including raw materials, intermediates, and finished goods, that are managed under the specialized requirements of process manufacturing. Its primary role is to store the comprehensive definition of an item, encompassing its inventory, costing, planning, and quality control characteristics. The table's extensive network of foreign keys to various classification tables underscores its central role in enforcing business rules and enabling detailed process control.
Key Information Stored
The table is structured to hold a wide array of item attributes. The primary identifiers are ITEM_ID (the system-generated primary key) and ITEM_NO (the unique item number, which has a separate unique key constraint). Beyond these identifiers, the table's columns are predominantly foreign keys that link to classification and control tables, defining the item's behavior across the enterprise. Key stored information includes lot and sublot control flags, the primary unit of measure (ITEM_UM), and designations for numerous classes and types. These include inventory class (INV_CLASS), inventory type (INV_TYPE), cost class (ITEMCOST_CLASS), planning class (PLANNING_CLASS), and quality control attributes like grade (QC_GRADE) and hold resolution codes (QCHOLD_RES_CODE). The table also supports relationships to a warehouse item (WHSE_ITEM_ID), a bulk item (BULK_ID), and a quality control item (QCITEM_ID), often via self-referential foreign keys to its own ITEM_ID.
Common Use Cases and Queries
This table is critical for any process manufacturing operation, reporting, or data integration. Common use cases include generating item master data reports, validating item attributes during transaction entry, and supporting custom inventory valuations. A fundamental query retrieves the complete definition of an item by joining IC_ITEM_MST with its many referenced classification tables. For example, to list all active items with their primary unit of measure and inventory class description, one might query:
- SELECT i.ITEM_NO, i.ITEM_DESC, u.UOM_CODE, c.CLASS_DESC FROM IC_ITEM_MST i, SY_UOMS_MST u, IC_INVN_CLS c WHERE i.ITEM_UM = u.UOM_CODE AND i.INV_CLASS = c.INV_CLASS_CODE AND i.DELETE_MARK = 0;
Another critical pattern involves tracing the relationship between a finished good and its bulk or quality control counterpart using the self-referential foreign keys, which is essential for understanding product structures in process manufacturing.
Related Objects
IC_ITEM_MST is the hub for item-related data in GMI, with a vast number of dependent tables and referencing objects. As indicated by its foreign keys, it has direct relationships to over twenty classification tables, such as IC_INVN_CLS, IC_COST_CLS, PS_PLNG_CLS, and QC_GRAD_MST. Crucially, it is referenced by numerous transactional and control tables within the inventory module, including lot master (IC_LOTS_MST), material status (IC_ITEM_STS), and item locations (IC_ITEM_CPS). The table is also central to the GMI Item Master Open Interface (IC_ITEM_IN), which is the standard API for loading item data. Any reporting or analysis of process inventory items will invariably begin with or join to the IC_ITEM_MST table.
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
View: GMI_LOTS_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_LIST_V, object_name:GMI_LOTS_LIST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is the basis for the views GMI_LOTS_DEST_LIST_V and GMI_LOTS_SOURCE_LIST_V. , implementation_dba_data: APPS.GMI_LOTS_LIST_V ,
-
View: GMI_LOTS_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_LIST_V, object_name:GMI_LOTS_LIST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is the basis for the views GMI_LOTS_DEST_LIST_V and GMI_LOTS_SOURCE_LIST_V. , implementation_dba_data: APPS.GMI_LOTS_LIST_V ,
-
Table: IC_CTMS_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Item customs class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_WHS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_WHS, object_name:IC_ITEM_WHS, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_ITEM_WHS ,
-
Table: IC_ITEM_WHS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_WHS, object_name:IC_ITEM_WHS, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_ITEM_WHS ,
-
Table: IC_CTMS_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item customs class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_STAT_RPT
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_STAT_RPT, object_name:IC_STAT_RPT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Intrastat reporting table. , implementation_dba_data: GMI.IC_STAT_RPT ,
-
Table: IC_STAT_RPT
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_STAT_RPT, object_name:IC_STAT_RPT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Intrastat reporting table. , implementation_dba_data: GMI.IC_STAT_RPT ,
-
Table: IC_ALLC_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Automatic Allocation class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_PKGS_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_PKGS_MST ,
-
Table: IC_PKGS_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_PKGS_MST ,
-
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_ALLC_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Automatic Allocation class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_COST_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_SALE_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the Item sales class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_TAXN_ASC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TAXN_ASC, object_name:IC_TAXN_ASC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Item tax class association. This table associates items to item tax classes. , implementation_dba_data: GMI.IC_TAXN_ASC ,
-
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_COST_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IC_STOR_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the item storage class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_STOR_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the item storage class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IC_TAXN_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item tax class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_TAXN_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Item tax class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_TAXN_ASC
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TAXN_ASC, object_name:IC_TAXN_ASC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Item tax class association. This table associates items to item tax classes. , implementation_dba_data: GMI.IC_TAXN_ASC ,
-
Table: IC_INVN_TYP
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_INVN_TYP, object_name:IC_INVN_TYP, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the definition of the Inventory Types that can be used throughout OPM. , implementation_dba_data: GMI.IC_INVN_TYP ,
-
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 ,
-
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_INVN_TYP
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_INVN_TYP, object_name:IC_INVN_TYP, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the definition of the Inventory Types that can be used throughout OPM. , implementation_dba_data: GMI.IC_INVN_TYP ,
-
Table: IC_SALE_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the Item sales class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
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_COMD_CDS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_COMD_CDS, object_name:IC_COMD_CDS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Commodity Codes Table. This table contains information about the commodity codes which are used by the Intrastat Module. , implementation_dba_data: GMI.IC_COMD_CDS ,
-
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 ,
-
Table: IC_INVN_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the inventory classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_COMD_CDS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_COMD_CDS, object_name:IC_COMD_CDS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Commodity Codes Table. This table contains information about the commodity codes which are used by the Intrastat Module. , implementation_dba_data: GMI.IC_COMD_CDS ,
-
Table: IC_INVN_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the inventory classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
View: GMI_LOTS_COMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_COMP_V, object_name:GMI_LOTS_COMP_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used to populate the Lot Source tab of the Lot Genealogy Inquiry when the navigation mode is Lot Source. , implementation_dba_data: APPS.GMI_LOTS_COMP_V ,
-
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_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 ,
-
Table: IC_PRCE_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the price classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: GMI_ITEM_CATEGORIES
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_CATEGORIES, object_name:GMI_ITEM_CATEGORIES, status:VALID, product: GMI - Process Manufacturing Inventory , description: Stores the category assigned to OPM Items. Note that for existing OPM Classifications, the categories assigned are maintained both in this table and the ic_item_mst table. For the new OPM Classifications, this is the only table where they a , implementation_dba_data: GMI.GMI_ITEM_CATEGORIES ,
-
Table: IC_PRCH_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the purchase classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IC_PRCH_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the purchase classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CYCL_MSC
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_MSC, object_name:IC_CYCL_MSC, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the additional items added to a cycle count. , implementation_dba_data: GMI.IC_CYCL_MSC ,
-
Table: IC_CYCL_MSC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_MSC, object_name:IC_CYCL_MSC, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the additional items added to a cycle count. , implementation_dba_data: GMI.IC_CYCL_MSC ,
-
Table: GMI_ITEM_CATEGORIES
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEM_CATEGORIES, object_name:GMI_ITEM_CATEGORIES, status:VALID, product: GMI - Process Manufacturing Inventory , description: Stores the category assigned to OPM Items. Note that for existing OPM Classifications, the categories assigned are maintained both in this table and the ic_item_mst table. For the new OPM Classifications, this is the only table where they a , implementation_dba_data: GMI.GMI_ITEM_CATEGORIES ,
-
Table: IC_PRCE_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the price classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,