DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on WMS_DEVICE_INTEGRATION_PVT

Line 660: wms_device_integration_pvt.device_request(

656: -- Note: We don't check for the return condition of this API as
657: -- we let the Pick Release process to complete whether or not
658: -- Device Integration succeeds.
659: --
660: wms_device_integration_pvt.device_request(
661: --p_bus_event => wms_device_integration_pvt.wms_be_pick_release--commenting for 13702075,wms_be_pick_release is normal pick release process. We are using WIP component pick release here.
662: p_bus_event => wms_device_integration_pvt.WMS_BE_WIP_PICK_RELEASE --added for 13702075
663: , p_call_ctx => wms_device_integration_pvt.dev_req_user
664: , p_task_trx_id => p_mo_header_rec.header_id

Line 661: --p_bus_event => wms_device_integration_pvt.wms_be_pick_release--commenting for 13702075,wms_be_pick_release is normal pick release process. We are using WIP component pick release here.

657: -- we let the Pick Release process to complete whether or not
658: -- Device Integration succeeds.
659: --
660: wms_device_integration_pvt.device_request(
661: --p_bus_event => wms_device_integration_pvt.wms_be_pick_release--commenting for 13702075,wms_be_pick_release is normal pick release process. We are using WIP component pick release here.
662: p_bus_event => wms_device_integration_pvt.WMS_BE_WIP_PICK_RELEASE --added for 13702075
663: , p_call_ctx => wms_device_integration_pvt.dev_req_user
664: , p_task_trx_id => p_mo_header_rec.header_id
665: , x_request_msg => l_req_msg

Line 662: p_bus_event => wms_device_integration_pvt.WMS_BE_WIP_PICK_RELEASE --added for 13702075

658: -- Device Integration succeeds.
659: --
660: wms_device_integration_pvt.device_request(
661: --p_bus_event => wms_device_integration_pvt.wms_be_pick_release--commenting for 13702075,wms_be_pick_release is normal pick release process. We are using WIP component pick release here.
662: p_bus_event => wms_device_integration_pvt.WMS_BE_WIP_PICK_RELEASE --added for 13702075
663: , p_call_ctx => wms_device_integration_pvt.dev_req_user
664: , p_task_trx_id => p_mo_header_rec.header_id
665: , x_request_msg => l_req_msg
666: , x_return_status => l_api_return_status

Line 663: , p_call_ctx => wms_device_integration_pvt.dev_req_user

659: --
660: wms_device_integration_pvt.device_request(
661: --p_bus_event => wms_device_integration_pvt.wms_be_pick_release--commenting for 13702075,wms_be_pick_release is normal pick release process. We are using WIP component pick release here.
662: p_bus_event => wms_device_integration_pvt.WMS_BE_WIP_PICK_RELEASE --added for 13702075
663: , p_call_ctx => wms_device_integration_pvt.dev_req_user
664: , p_task_trx_id => p_mo_header_rec.header_id
665: , x_request_msg => l_req_msg
666: , x_return_status => l_api_return_status
667: , x_msg_count => x_msg_count

Line 1239: print_debug('SET wms_device_integration_pvt.WMS_CALL_DEVICE_REQUESTS BEFORE CALLING CARTONIZATION', 'PICK_RELEASE');

1235: END;
1236:
1237: --Added for bug 13702075
1238: l_api_return_status := '';
1239: print_debug('SET wms_device_integration_pvt.WMS_CALL_DEVICE_REQUESTS BEFORE CALLING CARTONIZATION', 'PICK_RELEASE');
1240: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
1241:
1242: print_debug('BEFORE CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');
1243: wms_device_integration_pvt.is_device_set_up(

Line 1240: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN

1236:
1237: --Added for bug 13702075
1238: l_api_return_status := '';
1239: print_debug('SET wms_device_integration_pvt.WMS_CALL_DEVICE_REQUESTS BEFORE CALLING CARTONIZATION', 'PICK_RELEASE');
1240: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
1241:
1242: print_debug('BEFORE CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');
1243: wms_device_integration_pvt.is_device_set_up(
1244: l_organization_id,

Line 1242: print_debug('BEFORE CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');

1238: l_api_return_status := '';
1239: print_debug('SET wms_device_integration_pvt.WMS_CALL_DEVICE_REQUESTS BEFORE CALLING CARTONIZATION', 'PICK_RELEASE');
1240: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
1241:
1242: print_debug('BEFORE CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');
1243: wms_device_integration_pvt.is_device_set_up(
1244: l_organization_id,
1245: 12, --added for 13702075, 12 is for wip pick release
1246: l_api_return_status);

Line 1243: wms_device_integration_pvt.is_device_set_up(

1239: print_debug('SET wms_device_integration_pvt.WMS_CALL_DEVICE_REQUESTS BEFORE CALLING CARTONIZATION', 'PICK_RELEASE');
1240: IF wms_device_integration_pvt.wms_call_device_request IS NULL THEN
1241:
1242: print_debug('BEFORE CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');
1243: wms_device_integration_pvt.is_device_set_up(
1244: l_organization_id,
1245: 12, --added for 13702075, 12 is for wip pick release
1246: l_api_return_status);
1247: print_debug('AFTER CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');

Line 1247: print_debug('AFTER CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');

1243: wms_device_integration_pvt.is_device_set_up(
1244: l_organization_id,
1245: 12, --added for 13702075, 12 is for wip pick release
1246: l_api_return_status);
1247: print_debug('AFTER CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');
1248: print_debug('VALUE OF wms_call_device_request IS ::::'||wms_device_integration_pvt.wms_call_device_request, 'PICK_RELEASE');
1249: END IF;
1250:
1251: --Added for bug 13702075

Line 1248: print_debug('VALUE OF wms_call_device_request IS ::::'||wms_device_integration_pvt.wms_call_device_request, 'PICK_RELEASE');

1244: l_organization_id,
1245: 12, --added for 13702075, 12 is for wip pick release
1246: l_api_return_status);
1247: print_debug('AFTER CALLING wms_device_integration_pvt.is_device_set_up()', 'PICK_RELEASE');
1248: print_debug('VALUE OF wms_call_device_request IS ::::'||wms_device_integration_pvt.wms_call_device_request, 'PICK_RELEASE');
1249: END IF;
1250:
1251: --Added for bug 13702075
1252: