DBA Data[Home] [Help]

APPS.INV_UTILITIES dependencies on WMS_DEVICE_INTEGRATION_PVT

Line 173: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN

169: END IF;
170:
171: --device integration starts
172: IF (inv_install.adv_inv_installed(p_org_id) = TRUE) THEN --for WMS org
173: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
174: wms_device_integration_pvt.is_device_set_up(p_org_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,v_return_status);
175: END IF;
176: END IF;
177: --device integration end

Line 174: wms_device_integration_pvt.is_device_set_up(p_org_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,v_return_status);

170:
171: --device integration starts
172: IF (inv_install.adv_inv_installed(p_org_id) = TRUE) THEN --for WMS org
173: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
174: wms_device_integration_pvt.is_device_set_up(p_org_id,wms_device_integration_pvt.WMS_BE_MO_TASK_ALLOC,v_return_status);
175: END IF;
176: END IF;
177: --device integration end
178:

Line 318: WMS_DEVICE_INTEGRATION_PVT.device_request

314: x_msg_count => v_count,
315: x_msg_data => v_msg,
316: p_organization_id => p_org_id
317: ) = TRUE ) then
318: WMS_DEVICE_INTEGRATION_PVT.device_request
319: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
320: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
321: p_task_trx_id => NULL,
322: x_request_msg => l_req_msg,

Line 319: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,

315: x_msg_data => v_msg,
316: p_organization_id => p_org_id
317: ) = TRUE ) then
318: WMS_DEVICE_INTEGRATION_PVT.device_request
319: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
320: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
321: p_task_trx_id => NULL,
322: x_request_msg => l_req_msg,
323: x_return_status => v_return_status,

Line 320: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,

316: p_organization_id => p_org_id
317: ) = TRUE ) then
318: WMS_DEVICE_INTEGRATION_PVT.device_request
319: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_MO_TASK_ALLOC,
320: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
321: p_task_trx_id => NULL,
322: x_request_msg => l_req_msg,
323: x_return_status => v_return_status,
324: x_msg_count => v_count,