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 ,
-
APPS.OPI_EDW_OPM_PRD_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_VALIDATE_PO dependencies on IC_ITEM_MST
12.1.1
-
APPS.PO_COPYDOC_S3 dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_AUTO_ALLOCATE_PUB dependencies on IC_ITEM_MST
12.1.1
-
APPS.PMI_PRODUCTION_SUM dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMICUOM dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_PURGE_EMPTY_BAL_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_RIWIN_XMLP_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_AUDIT_REPORTS dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_ITEM_PVT dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_PICK_WAVE_CONFIRM_PVT dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMD_RECIPE_GENERATE dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_MOVE_ORDER_LINE_UTIL dependencies on IC_ITEM_MST
12.1.1
-
APPS.GR_GENERIC_ITEMS_B_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_APIXML_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMDQC0_WF_P dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_SYNCH_BPOS dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_RESERVATION_UTIL dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_RESERVATION_PVT dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_VALIDATEDERIVE_GRP dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMP_BOM_ROUTING_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_PICK_RELEASE_UTIL dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_ALLOCATE_INVENTORY_PVT dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_ERES_UTILS dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_OPM_ROI_GRP dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMISYUM dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_ACCT_GENERATE dependencies on IC_ITEM_MST
12.1.1
-
APPS.MIGRATE_BATCH dependencies on IC_ITEM_MST
12.1.1
-
APPS.PO_COPYDOC_S4 dependencies on IC_ITEM_MST
12.1.1
-
APPS.OPI_OPM_COMMON_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GML_RELEASE_SHIPMENT_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMD_QC_MIG12 dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMP_RESOURCE_DTL_PUB dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMF_VALIDATIONS_PVT dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMI_ITEM_PUB dependencies on IC_ITEM_MST
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMI_OM_UTIL dependencies on IC_ITEM_MST
12.2.2
-
APPS.GML_MOBILE_RECEIPT dependencies on IC_ITEM_MST
12.2.2
-
APPS.PMI_COST_ANALZ_PACK dependencies on IC_ITEM_MST
12.2.2
-
APPS.MIGRATE_BATCH dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMI_MOVE_ORDER_LINE_UTIL dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMIVDBL dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMD_COA_DATA_OM dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMIVDX dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMISYUM dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMIVILC dependencies on IC_ITEM_MST
12.2.2