Search Results ic_xfer_mst
Overview
The IC_XFER_MST table is the central master table for inventory transfer transactions within Oracle E-Business Suite Process Manufacturing (GMI) inventory. It serves as the primary record for tracking the movement of items between warehouses or organizations, capturing the header-level information for each transfer. This table is fundamental to the inventory logistics and material flow processes in Oracle EBS 12.1.1 and 12.2.2, ensuring data integrity for inter-warehouse and inter-organization transfers. Its design supports complex manufacturing environments where precise lot and status control is required.
Key Information Stored
The table stores the core attributes defining an inventory transfer. As indicated by its primary keys, each record is uniquely identified by either a system-generated TRANSFER_ID or a business key combination of TRANSFER_BATCH, ORGN_CODE, and TRANSFER_NO. Critical columns include ITEM_ID for the transferred item, LOT_ID for specific lot tracking, and FROM_WAREHOUSE and TO_WAREHOUSE to define the movement path. The table also holds reason codes for key actions (RELEASE_REASON_CODE, RECEIVE_REASON_CODE, CANCEL_REASON_CODE), associated unit of measure codes (RELEASE_UOM1, RELEASE_UOM2), and a TEXT_CODE for linking descriptive notes. The ORGN_CODE ties the transaction to a specific operating unit.
Common Use Cases and Queries
This table is central to inquiries and reports on transfer order history, status, and traceability. Common operational scenarios include tracking open transfers, analyzing transfer reasons, and reconciling inventory movements. A typical query to retrieve basic transfer header information would join to related master tables:
- SELECT x.transfer_no, x.transfer_batch, i.item_no, wf.whse_code as from_whse, wt.whse_code as to_whse, x.lot_id FROM gmi.ic_xfer_mst x, gmi.ic_item_mst i, gmi.ic_whse_mst wf, gmi.ic_whse_mst wt WHERE x.item_id = i.item_id AND x.from_warehouse = wf.whse_code AND x.to_warehouse = wt.whse_code AND x.orgn_code = :p_org;
- Reporting on transfer activity by reason code or analyzing transfer cycle times from release to receipt.
- Troubleshooting and audit processes that require tracing the complete history of a specific lot's movement across warehouses.
Related Objects
IC_XFER_MST has extensive relationships with other GMI and foundation tables, as shown in its foreign key constraints. Key dependencies include:
- IC_ITEM_MST / IC_ITEM_MST_B: For validating the transferred item.
- IC_LOTS_MST / IC_LOTS_STS: For lot-specific and lot status information.
- IC_WHSE_MST: Referenced twice to validate both the source (FROM_WAREHOUSE) and destination (TO_WAREHOUSE) warehouses.
- SY_ORGN_MST / SY_ORGN_MST_B: For the operating unit organization.
- SY_REAS_CDS / SY_REAS_CDS_B: For the standardized reason codes used throughout the transfer lifecycle.
- SY_UOMS_MST: For unit of measure validation.
- IC_TEXT_HDR: For attaching descriptive text to the transfer order.
-
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_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 ,
-
APPS.GMIGAPI dependencies on IC_XFER_MST
12.1.1
-
APPS.GMIPAPI dependencies on IC_XFER_MST
12.1.1
-
APPS.GMI_XFER_MST_PKG dependencies on IC_XFER_MST
12.2.2
-
APPS.GMIGAPI dependencies on IC_XFER_MST
12.1.1
-
APPS.GMPMRACT dependencies on IC_XFER_MST
12.1.1
-
APPS.GMI_ICR03_XMLP_PKG dependencies on IC_XFER_MST
12.2.2
-
APPS.GMI_PRE_MIGRATION dependencies on IC_XFER_MST
12.1.1
-
APPS.GMI_PRE_MIGRATION dependencies on IC_XFER_MST
12.2.2
-
APPS.GMIGAPI dependencies on IC_XFER_MST
12.2.2
-
APPS.OPI_DBI_INV_VALUE_OPM_INIT_PKG dependencies on IC_XFER_MST
12.1.1
-
APPS.GMIVXFR dependencies on IC_XFER_MST
12.1.1
-
APPS.GMIALLOC dependencies on IC_XFER_MST
12.1.1
-
APPS.GMI_ICR03_XMLP_PKG dependencies on IC_XFER_MST
12.1.1
-
APPS.GMIPAPI dependencies on IC_XFER_MST
12.2.2
-
APPS.GMPMRACT dependencies on IC_XFER_MST
12.2.2
-
APPS.GMI_XFER_MST_PKG dependencies on IC_XFER_MST
12.1.1
-
APPS.GMIALLOC dependencies on IC_XFER_MST
12.2.2
-
APPS.GMIVXFR dependencies on IC_XFER_MST
12.2.2
-
APPS.GMIGAPI dependencies on IC_XFER_MST
12.2.2
-
Table: SY_REAS_CDS
12.2.2
product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMIVXFR dependencies on IC_ITEM_MST
12.1.1
-
VIEW: APPS.IC_XFER_MST_DFV
12.2.2
-
PACKAGE: APPS.GMIVDBL
12.2.2
-
Table: SY_REAS_CDS
12.1.1
product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_REAS_CDS_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_REAS_CDS_B, object_name:SY_REAS_CDS_B, status:VALID, product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: GMA.SY_REAS_CDS_B ,
-
Table: SY_REAS_CDS_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_REAS_CDS_B, object_name:SY_REAS_CDS_B, status:VALID, product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: GMA.SY_REAS_CDS_B ,
-
APPS.GMIVXFR dependencies on IC_ITEM_CPG
12.1.1
-
APPS.GMIVXFR dependencies on IC_LOTS_MST
12.2.2
-
APPS.GMIVXFR dependencies on IC_LOTS_CPG
12.2.2
-
APPS.GMIVXFR dependencies on IC_LOTS_CPG
12.1.1
-
APPS.GMIVXFR dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMIVXFR dependencies on IC_LOTS_MST
12.1.1
-
VIEW: APPS.IC_XFER_MST_DFV
12.1.1
-
PACKAGE: APPS.GMIVDBL
12.1.1
-
APPS.GMIVXFR dependencies on IC_ITEM_CPG
12.2.2
-
SYNONYM: APPS.IC_XFER_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_XFER_MST, status:VALID,
-
PACKAGE: APPS.GMIVXFR
12.2.2
-
SYNONYM: APPS.IC_XFER_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_XFER_MST, status:VALID,
-
PACKAGE: APPS.GMIVXFR
12.1.1
-
VIEW: GMI.IC_XFER_MST#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_XFER_MST#, status:VALID,
-
APPS.GMIVDBL dependencies on PO_VEND_MST
12.2.2
-
APPS.GMIVDBL dependencies on PO_VEND_MST
12.1.1
-
APPS.GMI_XFER_MST_PKG SQL Statements
12.1.1
-
APPS.GMIGAPI dependencies on IC_LOTS_CPG
12.1.1
-
APPS.OPI_DBI_INV_VALUE_OPM_INIT_PKG dependencies on IC_TRAN_VW1
12.1.1
-
APPS.GMI_XFER_MST_PKG SQL Statements
12.2.2
-
APPS.GMIVXFR dependencies on FND_API
12.1.1
-
APPS.GMIVXFR dependencies on FND_API
12.2.2