DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on INV_RCV_COMMON_APIS

Line 5223: SET task_group_id = inv_rcv_common_apis.g_rcv_global_var.interface_group_id

5219: mydebug(' updating WDT with the group id');
5220: END IF;
5221:
5222: UPDATE wms_dispatched_tasks
5223: SET task_group_id = inv_rcv_common_apis.g_rcv_global_var.interface_group_id
5224: WHERE transaction_temp_id = p_temp_id;
5225:
5226: l_txn_mode := 2;
5227: