Search Results ic_item_mst_b
Overview
The IC_ITEM_MST_B table is the central item master definition 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 foundational repository for all items that require the specialized lot, grade, and sublot control inherent to process industries such as chemicals, food and beverage, and pharmaceuticals. Its role is to define the core attributes and control policies for every item, enabling inventory transactions, cost management, production, and quality processes throughout the GMI and related manufacturing applications.
Key Information Stored
The table stores a comprehensive set of attributes that define an item's behavior within the Process Manufacturing system. Key columns include the surrogate primary key ITEM_ID and the unique business identifier ITEM_NO. Critical control flags govern lot and sublot management, inventory type (e.g., finished good, raw material), and unit of measure definitions. The table also holds numerous foreign key references to classify items, including COMMODITY_CODE, INV_TYPE, LOT_STATUS, and QC_GRADE. Additional columns manage packaging (PKG_ID), descriptive text (TEXT_CODE), and quality hold actions (EXPACTION_CODE, QCHOLD_RES_CODE). The self-referencing columns WHSE_ITEM_ID, BULK_ID, and QCITEM_ID establish relationships between different item records for warehouse, bulk, and quality control purposes.
Common Use Cases and Queries
This table is essential for any reporting or integration involving process items. Common use cases include generating item master data lists for ERP data governance, supporting inventory valuation reports by linking to cost tables, and providing item attributes for manufacturing recipe (formula) definition. A fundamental query retrieves the core item definition:
- Basic Item Inquiry:
SELECT item_no, item_desc, lot_status, inv_type, commodity_code FROM gmi.ic_item_mst_b WHERE organization_id = :org_id ORDER BY item_no; - Lot-Controlled Items Report:
SELECT item_no, item_desc FROM gmi.ic_item_mst_b WHERE lot_control = 1; - Item Cost Analysis Join: Queries frequently join IC_ITEM_MST_B to cost tables like
GL_ITEM_CSTorCM_ACST_LEDonITEM_IDto analyze inventory value by item class or type.
Related Objects
IC_ITEM_MST_B has extensive relationships, acting as a hub for transactional and master data. Key documented foreign key relationships include:
- Master Data References: The table references classification and control tables such as
IC_COMD_CDS(commodity),IC_INVN_TYP(inventory type),IC_LOTS_STS(lot status), andQC_GRAD_MST(quality grade). - Core Transaction Dependencies: Numerous critical transactional tables reference IC_ITEM_MST_B.ITEM_ID, including cost ledgers (
CM_ACST_LED,CM_SCST_LED), adjustment details (CM_ADJS_DTL), burden details (CM_BRDN_DTL), and component details (CM_CMPT_DTL,CM_CMPT_MTL). - Manufacturing Integration: It is linked to formula details (
FM_MATL_DTL), item allocations for advanced planning (GMP_ITEM_APS), and workplan items (GMP_ITEM_WPS). - Self-Referential Links: The table references itself for specialized item relationships via
WHSE_ITEM_ID,BULK_ID, andQCITEM_ID.
-
Table: IC_ITEM_MST_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, 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: GMI.IC_ITEM_MST_B ,
-
Table: IC_ITEM_MST_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, 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: GMI.IC_ITEM_MST_B ,
-
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_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_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 ,
-
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_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_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_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_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_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_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_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 ,
-
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: 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_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_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 ,
-
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_ADJS_JNL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ADJS_JNL, object_name:IC_ADJS_JNL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory adjustment detail , implementation_dba_data: GMI.IC_ADJS_JNL ,
-
Table: IC_TRAN_ARC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_ARC, object_name:IC_TRAN_ARC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transaction archive , implementation_dba_data: GMI.IC_TRAN_ARC ,
-
Table: IC_TRAN_CMP
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_CMP, object_name:IC_TRAN_CMP, status:VALID, product: GMI - Process Manufacturing Inventory , description: Completed inventory transactions , implementation_dba_data: GMI.IC_TRAN_CMP ,
-
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_WHSE_REL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_REL, object_name:IC_WHSE_REL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse transfer rules table. This table contains information on transfers between warehouses, it is used by MRP. , implementation_dba_data: GMI.IC_WHSE_REL ,
-
Table: IC_PLNT_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PLNT_INV, object_name:IC_PLNT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Production rules, by item and plant. These rules are used by MRP and supply defaults for Production Batch creation. , implementation_dba_data: GMI.IC_PLNT_INV ,
-
Table: IC_WHSE_REL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_REL, object_name:IC_WHSE_REL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse transfer rules table. This table contains information on transfers between warehouses, it is used by MRP. , implementation_dba_data: GMI.IC_WHSE_REL ,
-
Table: IC_PLNT_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PLNT_INV, object_name:IC_PLNT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Production rules, by item and plant. These rules are used by MRP and supply defaults for Production Batch creation. , implementation_dba_data: GMI.IC_PLNT_INV ,
-
Table: IC_ADJS_JNL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ADJS_JNL, object_name:IC_ADJS_JNL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory adjustment detail , implementation_dba_data: GMI.IC_ADJS_JNL ,
-
Table: IC_TRAN_CMP
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_CMP, object_name:IC_TRAN_CMP, status:VALID, product: GMI - Process Manufacturing Inventory , description: Completed inventory transactions , implementation_dba_data: GMI.IC_TRAN_CMP ,
-
Table: IC_TRAN_PND
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_PND, object_name:IC_TRAN_PND, status:VALID, product: GMI - Process Manufacturing Inventory , description: Pending inventory transactions , implementation_dba_data: GMI.IC_TRAN_PND ,
-
Table: IC_XFER_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_XFER_MST, object_name:IC_XFER_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transfer master , implementation_dba_data: GMI.IC_XFER_MST ,
-
Table: IC_TRAN_ARC
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_ARC, object_name:IC_TRAN_ARC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transaction archive , implementation_dba_data: GMI.IC_TRAN_ARC ,
-
Table: IC_XFER_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_XFER_MST, object_name:IC_XFER_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transfer master , implementation_dba_data: GMI.IC_XFER_MST ,
-
Table: IC_TRAN_PND
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_PND, object_name:IC_TRAN_PND, status:VALID, product: GMI - Process Manufacturing Inventory , description: Pending inventory transactions , implementation_dba_data: GMI.IC_TRAN_PND ,
-
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 ,
-
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_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 ,
-
View: GMI_WSH_PICK_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_WSH_PICK_SLIP_V, object_name:GMI_WSH_PICK_SLIP_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is the basis of the OPM Pick Slip report (GMIRDPIK.rdf). , implementation_dba_data: APPS.GMI_WSH_PICK_SLIP_V ,
-
View: IC_ITEM_MST_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ITEM_MST_VL, object_name:IC_ITEM_MST_VL, status:VALID, product: GMI - Process Manufacturing Inventory , description: OPM Items MLS enabled View , implementation_dba_data: APPS.IC_ITEM_MST_VL ,
-
View: IC_ITEM_MST_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ITEM_MST_VL, object_name:IC_ITEM_MST_VL, status:VALID, product: GMI - Process Manufacturing Inventory , description: OPM Items MLS enabled View , implementation_dba_data: APPS.IC_ITEM_MST_VL ,
-
View: GMI_WSH_PICK_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_WSH_PICK_SLIP_V, object_name:GMI_WSH_PICK_SLIP_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is the basis of the OPM Pick Slip report (GMIRDPIK.rdf). , implementation_dba_data: APPS.GMI_WSH_PICK_SLIP_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 ,