Search Results ic_lots_sts
Overview
The IC_LOTS_STS table is a core master data table within the GMI (Process Manufacturing Inventory) module of Oracle E-Business Suite 12.1.1 and 12.2.2. It functions as the definitive repository for lot status codes, which are critical for controlling the lifecycle and usability of manufactured or purchased lots in a process manufacturing environment. This table provides the valid status values—such as Approved, On Hold, Rejected, or Quarantine—that are referenced by numerous transactional and inventory balance tables to enforce business rules related to material movement, quality control, and financial accounting.
Key Information Stored
Based on the provided metadata, the table's structure is centered on the LOT_STATUS column, which serves as the primary key. This column stores the short code representing the status condition. The table's relationships indicate it also stores at least two foreign key references: a TEXT_CODE linking to the IC_TEXT_HDR table for descriptive text and a QCHOLD_RES_CODE linking to the QC_HRES_MST table, which likely defines quality-related hold reasons. The primary purpose of the table is to maintain this controlled list of statuses, ensuring referential integrity and data consistency across the inventory subsystem.
Common Use Cases and Queries
This table is primarily used for validation, reporting, and setup. Common operational scenarios include validating lot status during transaction entry (e.g., preventing the shipment of a lot on hold) and generating reports that summarize inventory by status. A typical query would join IC_LOTS_STS to inventory balance or transaction tables to translate status codes into meaningful descriptions for reporting. For example, to list all lots in a specific status across locations, one might query:
- SELECT il.lot_no, il.item_id, ils.lot_status FROM ic_loct_inv il, ic_lots_sts ils WHERE il.lot_status = ils.lot_status AND ils.lot_status = 'HOLD';
Administrative use cases involve setting up new status codes via the application's front-end or verifying referential integrity before deleting obsolete statuses.
Related Objects
The IC_LOTS_STS table is a central reference point for the Process Manufacturing inventory schema. As shown in the metadata, it is referenced by a significant number of key transactional and master tables via foreign key constraints. Major related objects include:
- Inventory Transactions: IC_TRAN_PND, IC_TRAN_CMP, IC_TRAN_ARC, IC_ADJS_JNL, and IC_XFER_MST all reference LOT_STATUS to track the status of lots involved in movements, adjustments, and transfers.
- Inventory Balances: IC_LOCT_INV (on-hand quantities) and IC_PERD_BAL (period balances) use LOT_STATUS to classify inventory.
- Item Master: Both IC_ITEM_MST and IC_ITEM_MST_B reference it, potentially for defining default lot statuses at the item level.
- Supporting Tables: IC_TEXT_HDR for descriptive text and QC_HRES_MST for quality hold reason details.
Any customization or data fix involving lot status must consider this extensive web of dependencies to maintain system integrity.
-
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_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_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_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 ,
-
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 ,
-
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_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_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_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_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_ADJS_JNL_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ADJS_JNL_VW, object_name:IC_ADJS_JNL_VW, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory Adjustment Journal view , implementation_dba_data: APPS.IC_ADJS_JNL_VW ,
-
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_ADJS_JNL_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ADJS_JNL_VW, object_name:IC_ADJS_JNL_VW, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory Adjustment Journal view , implementation_dba_data: APPS.IC_ADJS_JNL_VW ,
-
View: GMI_PICK_LOTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_LOTS_V, object_name:GMI_PICK_LOTS_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: View to populate pick lots screen from shipment form , implementation_dba_data: APPS.GMI_PICK_LOTS_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_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: GMI_PICK_LOTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_LOTS_V, object_name:GMI_PICK_LOTS_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: View to populate pick lots screen from shipment form , implementation_dba_data: APPS.GMI_PICK_LOTS_V ,
-
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 ,
-
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 ,
-
View: GMI_XFER_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_XFER_MST_V, object_name:GMI_XFER_MST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used to populate the Inventory Transfer form. Its primary base table is ic_xfer_mst. , implementation_dba_data: APPS.GMI_XFER_MST_V ,
-
View: IC_SUMM_INV_ONHAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SUMM_INV_ONHAND_V, object_name:IC_SUMM_INV_ONHAND_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Private view , implementation_dba_data: APPS.IC_SUMM_INV_ONHAND_V ,
-
View: GMI_XFER_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_XFER_MST_V, object_name:GMI_XFER_MST_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used to populate the Inventory Transfer form. Its primary base table is ic_xfer_mst. , implementation_dba_data: APPS.GMI_XFER_MST_V ,
-
View: IC_SUMM_INV_ONHAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SUMM_INV_ONHAND_V, object_name:IC_SUMM_INV_ONHAND_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: Private view , implementation_dba_data: APPS.IC_SUMM_INV_ONHAND_V ,
-
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 ,
-
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 ,
-
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 ,
-
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 ,