Search Results sy_reas_cds_b
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 ,
-
Table: IC_PHYS_CNT
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PHYS_CNT, object_name:IC_PHYS_CNT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Physical inventory and cycle counts , implementation_dba_data: GMI.IC_PHYS_CNT ,
-
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_PHYS_CNT
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PHYS_CNT, object_name:IC_PHYS_CNT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Physical inventory and cycle counts , implementation_dba_data: GMI.IC_PHYS_CNT ,
-
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 ,
-
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_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_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_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 ,
-
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 ,