DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on WMS_DEVICE_INTEGRATION_PVT

Line 5250: wms_device_integration_pvt.device_request(

5246: mydebug('transaction_temp_id : ' || rec_wdt_for_emp.transaction_temp_id );
5247: mydebug('device_request_id : ' || rec_wdt_for_emp.device_request_id );
5248: IF rec_wdt_for_emp.transaction_temp_id IS NOT NULL
5249: THEN
5250: wms_device_integration_pvt.device_request(
5251: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
5252: , p_call_ctx => 'U'
5253: , p_task_trx_id => rec_wdt_for_emp.transaction_temp_id
5254: , p_request_id => rec_wdt_for_emp.device_request_id

Line 5251: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel

5247: mydebug('device_request_id : ' || rec_wdt_for_emp.device_request_id );
5248: IF rec_wdt_for_emp.transaction_temp_id IS NOT NULL
5249: THEN
5250: wms_device_integration_pvt.device_request(
5251: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
5252: , p_call_ctx => 'U'
5253: , p_task_trx_id => rec_wdt_for_emp.transaction_temp_id
5254: , p_request_id => rec_wdt_for_emp.device_request_id
5255: , x_request_msg => l_dev_request_msg

Line 5274: wms_device_integration_pvt.device_request(

5270: mydebug('transaction_temp_id : ' || rec_wdt_for_temp_id.transaction_temp_id );
5271: mydebug('device_request_id : ' || rec_wdt_for_temp_id.device_request_id );
5272: IF rec_wdt_for_temp_id.transaction_temp_id IS NOT NULL
5273: THEN
5274: wms_device_integration_pvt.device_request(
5275: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
5276: , p_call_ctx => 'U'
5277: , p_task_trx_id => rec_wdt_for_temp_id.transaction_temp_id
5278: , p_request_id => rec_wdt_for_temp_id.device_request_id

Line 5275: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel

5271: mydebug('device_request_id : ' || rec_wdt_for_temp_id.device_request_id );
5272: IF rec_wdt_for_temp_id.transaction_temp_id IS NOT NULL
5273: THEN
5274: wms_device_integration_pvt.device_request(
5275: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
5276: , p_call_ctx => 'U'
5277: , p_task_trx_id => rec_wdt_for_temp_id.transaction_temp_id
5278: , p_request_id => rec_wdt_for_temp_id.device_request_id
5279: , x_request_msg => l_dev_request_msg