DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on WMS_DEVICE_INTEGRATION_PVT

Line 2928: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN

2924: 'Inv_Pick_Release_pub.Pick_Release');
2925: END IF;
2926: -- Calling device integration api to set global var which will decide
2927: -- whether to process device request or not, if it is a WMS organization.
2928: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
2929: -- Bug# 4491974
2930: -- Changed l_mo_line_tbl(1).organization_id to l_mo_line_tbl(l_line_index).organization_id
2931: -- since it is possible to have null value at 1 which will lead to ORA-1403 error.
2932: wms_device_integration_pvt.is_device_set_up(

Line 2932: wms_device_integration_pvt.is_device_set_up(

2928: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
2929: -- Bug# 4491974
2930: -- Changed l_mo_line_tbl(1).organization_id to l_mo_line_tbl(l_line_index).organization_id
2931: -- since it is possible to have null value at 1 which will lead to ORA-1403 error.
2932: wms_device_integration_pvt.is_device_set_up(
2933: --l_mo_line_tbl(1).organization_id,
2934: l_mo_line_tbl(l_line_index).organization_id,
2935: 11,
2936: l_api_return_status);

Line 3185: WMS_DEVICE_INTEGRATION_PVT.device_request

3181: -- Note: We don't check for the return condition of this API as
3182: -- we let the PickRelease process succeed whether DeviceIntegration
3183: -- succeeds or fails.
3184: IF l_wms_installed THEN
3185: WMS_DEVICE_INTEGRATION_PVT.device_request
3186: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_PICK_RELEASE,
3187: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
3188: p_task_trx_id => l_mo_line_tbl(l_mo_line_tbl.FIRST).header_id,
3189: -- Bug 6401204 Passing the Organization id as WCS API isn't called correctly

Line 3186: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_PICK_RELEASE,

3182: -- we let the PickRelease process succeed whether DeviceIntegration
3183: -- succeeds or fails.
3184: IF l_wms_installed THEN
3185: WMS_DEVICE_INTEGRATION_PVT.device_request
3186: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_PICK_RELEASE,
3187: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
3188: p_task_trx_id => l_mo_line_tbl(l_mo_line_tbl.FIRST).header_id,
3189: -- Bug 6401204 Passing the Organization id as WCS API isn't called correctly
3190: p_org_id => l_mo_line_tbl(l_mo_line_tbl.FIRST).organization_id,

Line 3187: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,

3183: -- succeeds or fails.
3184: IF l_wms_installed THEN
3185: WMS_DEVICE_INTEGRATION_PVT.device_request
3186: (p_bus_event => WMS_DEVICE_INTEGRATION_PVT.WMS_BE_PICK_RELEASE,
3187: p_call_ctx => WMS_Device_integration_pvt.DEV_REQ_AUTO,
3188: p_task_trx_id => l_mo_line_tbl(l_mo_line_tbl.FIRST).header_id,
3189: -- Bug 6401204 Passing the Organization id as WCS API isn't called correctly
3190: p_org_id => l_mo_line_tbl(l_mo_line_tbl.FIRST).organization_id,
3191: x_request_msg => l_req_msg,