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
662: , p_call_ctx => wms_device_integration_pvt.dev_req_user
663: , p_task_trx_id => p_mo_header_rec.header_id
664: , x_request_msg => l_req_msg

Line 661: p_bus_event => wms_device_integration_pvt.wms_be_pick_release

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
662: , p_call_ctx => wms_device_integration_pvt.dev_req_user
663: , p_task_trx_id => p_mo_header_rec.header_id
664: , x_request_msg => l_req_msg
665: , x_return_status => l_api_return_status

Line 662: , p_call_ctx => wms_device_integration_pvt.dev_req_user

658: -- Device Integration succeeds.
659: --
660: wms_device_integration_pvt.device_request(
661: p_bus_event => wms_device_integration_pvt.wms_be_pick_release
662: , p_call_ctx => wms_device_integration_pvt.dev_req_user
663: , p_task_trx_id => p_mo_header_rec.header_id
664: , x_request_msg => l_req_msg
665: , x_return_status => l_api_return_status
666: , x_msg_count => x_msg_count