DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on INV_RCV_COMMON_APIS

Line 5469: SET task_group_id = inv_rcv_common_apis.g_rcv_global_var.interface_group_id

5465: mydebug(' updating WDT with the group id');
5466: END IF;
5467:
5468: UPDATE wms_dispatched_tasks
5469: SET task_group_id = inv_rcv_common_apis.g_rcv_global_var.interface_group_id
5470: WHERE transaction_temp_id = p_temp_id;
5471:
5472: l_txn_mode := 2;
5473: