Search Results ic_tran_pnd
Overview
The IC_TRAN_PND table is a core data structure within the Process Manufacturing Inventory (GMI) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as a staging or holding table for pending inventory transactions. Its primary role is to temporarily store transaction data—such as material issues, receipts, transfers, and adjustments—before these transactions are validated, processed, and posted to permanent inventory tables. This intermediary step is critical for ensuring data integrity, allowing for error checking, and supporting complex process manufacturing workflows where transactions may be initiated from various sources like production, quality, or cost management.
Key Information Stored
The table's primary key is the TRANS_ID column, which uniquely identifies each pending transaction record. Based on its extensive foreign key relationships, the table stores comprehensive details about each pending transaction. Key data points include the item identifier (ITEM_ID), lot information (LOT_ID, LOT_STATUS, QC_GRADE), warehouse location (WHSE_CODE), and organizational context (CO_CODE, ORGN_CODE). It also captures transaction quantities and units of measure (TRANS_UM, TRANS_UM2), reason codes (REASON_CODE), document references (DOC_TYPE, TEXT_CODE), and other control attributes necessary for subsequent processing and validation against master data.
Common Use Cases and Queries
A primary use case is troubleshooting transaction processing failures or delays. Developers and functional consultants often query this table to identify transactions stuck in a pending state. A common diagnostic query involves joining with item and lot master tables to get a readable list of pending entries:
- SELECT itp.trans_id, itp.doc_id, iim.item_no, ilm.lot_no, itp.trans_qty, itp.trans_um FROM gmi.ic_tran_pnd itp JOIN gmi.ic_item_mst iim ON itp.item_id = iim.item_id LEFT JOIN gmi.ic_lots_mst ilm ON itp.item_id = ilm.item_id AND itp.lot_id = ilm.lot_id WHERE itp.delete_mark = 0;
Another critical scenario is data cleanup or manual intervention, where administrators may need to delete or correct erroneous pending transactions before restarting a transaction processor. Reporting on pending transaction volumes by warehouse or item is also a common operational need.
Related Objects
As indicated by its foreign keys, IC_TRAN_PND has strong dependencies on numerous master data tables, including IC_ITEM_MST(B) for items, IC_LOTS_MST for lots, IC_WHSE_MST for warehouses, and SY_ORGN_MST(B) for organizations. It is referenced by the IC_STAT_RPT table, suggesting its role in status reporting. The table is intrinsically linked to the transaction processing engine of the GMI module. While not listed in the provided metadata, it is typically populated by various inventory transaction interfaces and processed by dedicated concurrent programs or APIs that validate and transfer its records to final transaction history tables, such as 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_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_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_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_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 ,
-
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 ,
-
View: GMI_LOTS_BOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_BOM_V, object_name:GMI_LOTS_BOM_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: View of Product document id plus product and ingredient lot id and item id. , implementation_dba_data: APPS.GMI_LOTS_BOM_V ,
-
View: GMI_LOTS_BOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_LOTS_BOM_V, object_name:GMI_LOTS_BOM_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: View of Product document id plus product and ingredient lot id and item id. , implementation_dba_data: APPS.GMI_LOTS_BOM_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: 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_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_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 ,
-
View: GMI_PICK_SLIP_NUMBER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_SLIP_NUMBER_V, object_name:GMI_PICK_SLIP_NUMBER_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is used in the definition of the Value Set GMI_PICK_SLIP_NUMBERS in order to get the list of the existing OPM Pick Slip Numbers. , implementation_dba_data: APPS.GMI_PICK_SLIP_NUMBER_V ,
-
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_PICK_SLIP_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_SLIP_NUMBER_V, object_name:GMI_PICK_SLIP_NUMBER_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is used in the definition of the Value Set GMI_PICK_SLIP_NUMBERS in order to get the list of the existing OPM Pick Slip Numbers. , implementation_dba_data: APPS.GMI_PICK_SLIP_NUMBER_V ,
-
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_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 ,
-
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: 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 ,
-
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 ,
-
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: 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_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_VW1, object_name:IC_TRAN_VW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Transaction view. , implementation_dba_data: APPS.IC_TRAN_VW1 ,
-
View: IC_TRAN_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_VW1, object_name:IC_TRAN_VW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Transaction view. , implementation_dba_data: APPS.IC_TRAN_VW1 ,
-
View: IC_TRAN_CMP_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_CMP_VW1, object_name:IC_TRAN_CMP_VW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Completed inventory transaction , implementation_dba_data: APPS.IC_TRAN_CMP_VW1 ,
-
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_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 ,
-
View: IC_TRAN_CMP_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_TRAN_CMP_VW1, object_name:IC_TRAN_CMP_VW1, status:VALID, product: GMI - Process Manufacturing Inventory , description: Completed inventory transaction , implementation_dba_data: APPS.IC_TRAN_CMP_VW1 ,
-
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 ,
-
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_PICK_SLIP_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_SLIP_VW, object_name:GMI_PICK_SLIP_VW, 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_PICK_SLIP_VW ,
-
View: GMI_PICK_SLIP_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_PICK_SLIP_VW, object_name:GMI_PICK_SLIP_VW, 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_PICK_SLIP_VW ,
-
View: IC_SUMM_INV_PENDING_V
12.2.2
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 ,
-
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 ,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
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_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
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.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 ,