DBA Data[Home] [Help]

APPS.WMS_TASK_UTILS_PVT dependencies on WMS_DEVICE_INTEGRATION_PVT

Line 2138: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN

2134:
2135: --//***************//
2136:
2137: --Add code here
2138: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
2139: wms_device_integration_pvt.is_device_set_up(mmtt_row.organization_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,l_return_status);
2140: END IF;
2141:
2142: --Insert records into WMS_DEVICE_REQUESTS TABLE

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

2135: --//***************//
2136:
2137: --Add code here
2138: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
2139: wms_device_integration_pvt.is_device_set_up(mmtt_row.organization_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,l_return_status);
2140: END IF;
2141:
2142: --Insert records into WMS_DEVICE_REQUESTS TABLE
2143: wms_cartnzn_pub.insert_device_request_rec(mmtt_row);

Line 2153: WMS_DEVICE_INTEGRATION_PVT.device_request

2149: -- Note: We don't check for the return condition of this API as
2150: -- we let the Allocation process succee irrespective of
2151: -- DeviceIntegration succeed or fail.
2152:
2153: WMS_DEVICE_INTEGRATION_PVT.device_request
2154: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
2155: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
2156: p_task_trx_id => NULL,
2157: x_request_msg => l_req_msg,

Line 2154: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,

2150: -- we let the Allocation process succee irrespective of
2151: -- DeviceIntegration succeed or fail.
2152:
2153: WMS_DEVICE_INTEGRATION_PVT.device_request
2154: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
2155: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
2156: p_task_trx_id => NULL,
2157: x_request_msg => l_req_msg,
2158: x_return_status => l_return_status,

Line 2155: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,

2151: -- DeviceIntegration succeed or fail.
2152:
2153: WMS_DEVICE_INTEGRATION_PVT.device_request
2154: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
2155: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
2156: p_task_trx_id => NULL,
2157: x_request_msg => l_req_msg,
2158: x_return_status => l_return_status,
2159: x_msg_count => l_msg_count,

Line 2325: wms_device_integration_pvt.device_request(

2321: IF (l_debug = 1) THEN
2322: mydebug('Calling device Request for Device Temp ID = ' || l_dev_temp_id);
2323: END IF;
2324:
2325: wms_device_integration_pvt.device_request(
2326: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
2327: , p_call_ctx => 'U'
2328: , p_task_trx_id => l_dev_temp_id
2329: , x_request_msg => l_dev_request_msg

Line 2326: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel

2322: mydebug('Calling device Request for Device Temp ID = ' || l_dev_temp_id);
2323: END IF;
2324:
2325: wms_device_integration_pvt.device_request(
2326: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
2327: , p_call_ctx => 'U'
2328: , p_task_trx_id => l_dev_temp_id
2329: , x_request_msg => l_dev_request_msg
2330: , x_return_status => x_return_status