DBA Data[Home] [Help]

APPS.WMS_TASK_UTILS_PVT dependencies on WMS_DEVICE_INTEGRATION_PVT

Line 2153: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN

2149:
2150: --//***************//
2151:
2152: --Add code here
2153: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
2154: wms_device_integration_pvt.is_device_set_up(mmtt_row.organization_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,l_return_status);
2155: END IF;
2156:
2157: --Insert records into WMS_DEVICE_REQUESTS TABLE

Line 2154: wms_device_integration_pvt.is_device_set_up(mmtt_row.organization_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,l_return_status);

2150: --//***************//
2151:
2152: --Add code here
2153: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
2154: wms_device_integration_pvt.is_device_set_up(mmtt_row.organization_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,l_return_status);
2155: END IF;
2156:
2157: --Insert records into WMS_DEVICE_REQUESTS TABLE
2158: wms_cartnzn_pub.insert_device_request_rec(mmtt_row);

Line 2168: WMS_DEVICE_INTEGRATION_PVT.device_request

2164: -- Note: We don't check for the return condition of this API as
2165: -- we let the Allocation process succee irrespective of
2166: -- DeviceIntegration succeed or fail.
2167:
2168: WMS_DEVICE_INTEGRATION_PVT.device_request
2169: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
2170: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
2171: p_task_trx_id => NULL,
2172: x_request_msg => l_req_msg,

Line 2169: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,

2165: -- we let the Allocation process succee irrespective of
2166: -- DeviceIntegration succeed or fail.
2167:
2168: WMS_DEVICE_INTEGRATION_PVT.device_request
2169: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
2170: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
2171: p_task_trx_id => NULL,
2172: x_request_msg => l_req_msg,
2173: x_return_status => l_return_status,

Line 2170: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,

2166: -- DeviceIntegration succeed or fail.
2167:
2168: WMS_DEVICE_INTEGRATION_PVT.device_request
2169: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
2170: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
2171: p_task_trx_id => NULL,
2172: x_request_msg => l_req_msg,
2173: x_return_status => l_return_status,
2174: x_msg_count => l_msg_count,

Line 2340: wms_device_integration_pvt.device_request(

2336: IF (l_debug = 1) THEN
2337: mydebug('Calling device Request for Device Temp ID = ' || l_dev_temp_id);
2338: END IF;
2339:
2340: wms_device_integration_pvt.device_request(
2341: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
2342: , p_call_ctx => 'U'
2343: , p_task_trx_id => l_dev_temp_id
2344: , x_request_msg => l_dev_request_msg

Line 2341: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel

2337: mydebug('Calling device Request for Device Temp ID = ' || l_dev_temp_id);
2338: END IF;
2339:
2340: wms_device_integration_pvt.device_request(
2341: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
2342: , p_call_ctx => 'U'
2343: , p_task_trx_id => l_dev_temp_id
2344: , x_request_msg => l_dev_request_msg
2345: , x_return_status => x_return_status