Search Results ic_lots_mst
Overview
The IC_LOTS_MST table is a core 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 storing detailed information about individual manufacturing or production lots for an item. In process manufacturing, where products are often produced in batches with specific characteristics, this table is critical for tracking lot-specific attributes, quality status, and lifecycle information. Its role is to provide a single source of truth for lot definitions, enabling inventory transactions, quality management, and compliance tracking across the manufacturing and supply chain operations.
Key Information Stored
The table's structure is designed to uniquely identify a lot and store its defining properties. As indicated by its primary keys, a lot is uniquely identified by the combination of `LOT_NO` and `SUBLOT_NO` for a given `ITEM_ID`. Alternatively, the surrogate key `LOT_ID` paired with `ITEM_ID` also serves as a primary key. Key columns and their purposes, inferred from foreign key relationships, include `ITEM_ID` (link to item master), `QC_GRADE` (link to quality grades), `TEXT_CODE` (link to descriptive text), `SHIPVEND_ID` (link to the vendor), and `EXPACTION_CODE` (link to quality expiration actions). The table fundamentally stores data that distinguishes one batch or lot of an item from another, such as creation dates, statuses, and quality-related flags.
Common Use Cases and Queries
This table is essential for lot-based inventory inquiries, quality control, and traceability reports. Common operational and reporting scenarios include querying lot details for a specific item, identifying lots by quality grade, or finding lots approaching expiration. A typical SQL pattern involves joining IC_LOTS_MST with the item master (IC_ITEM_MST) and inventory balance tables (e.g., IC_LOCT_INV).
- Sample Query for Lot Details:
SELECT il.lot_no, il.sublot_no, ii.item_no, il.qc_grade FROM gmi.ic_lots_mst il, gmi.ic_item_mst ii WHERE il.item_id = ii.item_id AND ii.item_no = '<ITEM>'; - Use Case - Lot Traceability: Tracing the consumption or production of a specific lot number across transactions by joining to IC_TRAN_PND, IC_TRAN_CMP, or IC_TRAN_ARC.
- Use Case - Quality Hold Management: Identifying all lots with a specific quality grade or expiration action code to manage holds and releases.
Related Objects
IC_LOTS_MST has extensive relationships with other GMI tables, underscoring its central role. It is referenced by numerous transactional and balance tables, forming the backbone of lot-level inventory tracking.
- Primary Dependencies (Foreign Keys To): IC_ITEM_MST_B, IC_ITEM_MST, GMD_GRADES_B, QC_GRAD_MST, QC_ACTN_MST, PO_VEND_MST, IC_TEXT_HDR.
- Referenced By (Foreign Keys From): Key transactional tables including IC_LOCT_INV (on-hand quantities), IC_TRAN_PND/CMP/ARC (transactions), IC_PERD_BAL (period balances), IC_ADJS_JNL (adjustments), and IC_XFER_MST (transfers). It is also linked to quality management tables like QC_SMPL_MST, QC_RSLT_MST, and QC_SPEC_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 ,
-
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 ,
-
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 ,
-
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: IC_TRAN_PND_VW3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_PND_VW3, object_name:IC_TRAN_PND_VW3, status:VALID, product: GMI - Process Manufacturing Inventory , description: Selects completed and pending transactions from IC_TRAN_PND. , implementation_dba_data: APPS.IC_TRAN_PND_VW3 ,
-
View: IC_TRAN_PND_VW3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_PND_VW3, object_name:IC_TRAN_PND_VW3, status:VALID, product: GMI - Process Manufacturing Inventory , description: Selects completed and pending transactions from IC_TRAN_PND. , implementation_dba_data: APPS.IC_TRAN_PND_VW3 ,
-
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: 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_LOTS_MST_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOTS_MST_V2, object_name:IC_LOTS_MST_V2, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOTS_MST_V2 ,
-
View: IC_LOTS_MST_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOTS_MST_V1, object_name:IC_LOTS_MST_V1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOTS_MST_V1 ,
-
View: IC_LOTS_MST_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOTS_MST_V1, object_name:IC_LOTS_MST_V1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOTS_MST_V1 ,
-
View: IC_LOTS_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOTS_MST_V, object_name:IC_LOTS_MST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOTS_MST_V ,
-
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_CYCL_DTL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_DTL, object_name:IC_CYCL_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Cycle detail , implementation_dba_data: GMI.IC_CYCL_DTL ,
-
View: IC_LOTS_MST_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOTS_MST_V2, object_name:IC_LOTS_MST_V2, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOTS_MST_V2 ,
-
View: IC_LOTS_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_LOTS_MST_V, object_name:IC_LOTS_MST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Not currently used , implementation_dba_data: APPS.IC_LOTS_MST_V ,
-
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_ITEM_CNV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_CNV, object_name:IC_ITEM_CNV, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the Item/lot conversion factors. , implementation_dba_data: GMI.IC_ITEM_CNV ,
-
Table: IC_CYCL_DTL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_DTL, object_name:IC_CYCL_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Cycle detail , implementation_dba_data: GMI.IC_CYCL_DTL ,
-
Table: IC_PERD_BAL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PERD_BAL, object_name:IC_PERD_BAL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory period balances , implementation_dba_data: GMI.IC_PERD_BAL ,
-
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_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_PERD_BAL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PERD_BAL, object_name:IC_PERD_BAL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory period balances , implementation_dba_data: GMI.IC_PERD_BAL ,
-
View: GMI_LOTS_COMP_V
12.2.2
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 ,
-
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 ,
-
Table: IC_ITEM_CNV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_CNV, object_name:IC_ITEM_CNV, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the Item/lot conversion factors. , implementation_dba_data: GMI.IC_ITEM_CNV ,
-
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: GMI_LOTS_DEST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_DEST_V, object_name:GMI_LOTS_DEST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used to populate the Where Used tab of the Lot Genealogy Inquiry when the navigation mode is Where Used , implementation_dba_data: APPS.GMI_LOTS_DEST_V ,
-
View: IC_TRAN_PND_VW2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_PND_VW2, object_name:IC_TRAN_PND_VW2, status:VALID, product: GMI - Process Manufacturing Inventory , description: Selects transactions summaries for items from IC_TRAN_PND. , implementation_dba_data: APPS.IC_TRAN_PND_VW2 ,
-
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 ,
-
View: IC_TRAN_PND_VW2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_PND_VW2, object_name:IC_TRAN_PND_VW2, status:VALID, product: GMI - Process Manufacturing Inventory , description: Selects transactions summaries for items from IC_TRAN_PND. , implementation_dba_data: APPS.IC_TRAN_PND_VW2 ,
-
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_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 ,
-
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 ,
-
View: GMI_LOTS_DEST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_DEST_V, object_name:GMI_LOTS_DEST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used to populate the Where Used tab of the Lot Genealogy Inquiry when the navigation mode is Where Used , implementation_dba_data: APPS.GMI_LOTS_DEST_V ,
-
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_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 ,
-
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_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_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 ,
-
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: GMI_LOTS_EVENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_EVENT_V, object_name:GMI_LOTS_EVENT_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used to populate the Lot Events tab of the Lot Genealogy Inquiry. , implementation_dba_data: APPS.GMI_LOTS_EVENT_V ,
-
View: GMI_LOTS_EVENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_EVENT_V, object_name:GMI_LOTS_EVENT_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used to populate the Lot Events tab of the Lot Genealogy Inquiry. , implementation_dba_data: APPS.GMI_LOTS_EVENT_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 ,
-
View: IC_SUMM_INV_PENDING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SUMM_INV_PENDING_V, object_name:IC_SUMM_INV_PENDING_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Private View , implementation_dba_data: APPS.IC_SUMM_INV_PENDING_V ,