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 ,
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMF_SUBLEDGER_REPORT dependencies on IC_TRAN_PND
12.1.1
-
APPS.GML_OPM_ROI_GRP dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_OM_UTIL dependencies on IC_TRAN_PND
12.1.1
-
APPS.GML_MOLINE_DATA_FIX_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMIVILC dependencies on IC_TRAN_PND
12.1.1
-
APPS.MIGRATE_BATCH dependencies on IC_TRAN_PND
12.1.1
-
APPS.OPI_DBI_OPM_COGS_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_AUTO_ALLOCATE_PUB dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_INVENTORY_CLOSE_CONC dependencies on IC_TRAN_PND
12.2.2
-
APPS.PMI_LOT_GENEALOGY_PKG dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_TRANS_ENGINE_PVT dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMA_PURGE_ENGINE dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_LOT_TRACE_PKG dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_MOVE_ORDER_LINES_PVT dependencies on IC_TRAN_PND
12.2.2
-
APPS.GML_OPM_ROI_GRP dependencies on IC_TRAN_PND
12.2.2
-
APPS.GML_PORIRUSR_XMLP_PKG dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_RESERVATION_PVT dependencies on IC_TRAN_PND
12.2.2
-
APPS.PKG_GMP_BUCKET_DATA dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_MOVE_ORDER_GLOBAL dependencies on IC_TRAN_PND
12.2.2
-
APPS.GME_POST_MIGRATION dependencies on IC_TRAN_PND
12.2.2
-
APPS.GML_BATCH_OM_RES_PVT dependencies on IC_TRAN_PND
12.2.2
-
APPS.PMI_BUILD_PROD_SUM dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_MOVE_ORDER_LINE_UTIL dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMD_COA_DATA_OM dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMD_COA_DATA_NEW dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMICCAL dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_PICK_RELEASE_PUB dependencies on IC_TRAN_PND
12.1.1
-
APPS.PO_GML_DB_COMMON dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMDQC0_WF_P dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMDQC0_WF_P dependencies on IC_TRAN_PND
12.1.1
-
APPS.INV_TRANSACTION_FLOW_PUB dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_PICK_RELEASE_PUB dependencies on IC_TRAN_PND
12.2.2
-
APPS.WSH_OPM_CONV_MIG_PKG dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMI_RESERVATION_UTIL dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_MO_PURGE dependencies on IC_TRAN_PND
12.2.2
-
APPS.GML_PO_SYNCH dependencies on IC_TRAN_PND
12.2.2
-
APPS.GMICCAL dependencies on IC_TRAN_PND
12.1.1
-
APPS.PKG_GMP_BUCKET_DATA dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_PICK_RELEASE_UTIL dependencies on IC_TRAN_PND
12.1.1
-
APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_OM_UTILITIES_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.GME_POST_MIGRATION dependencies on IC_TRAN_PND
12.1.1
-
APPS.OPI_DBI_COGS_OPM_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.PMI_BUILD_ONHANDSALE_SUM dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_ICR04_XMLP_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.OPI_DBI_INV_VALUE_OPM_INIT_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMIALLOC dependencies on IC_TRAN_PND
12.2.2