DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on WMS_DEVICE_INTEGRATION_PVT

Line 6487: wms_device_integration_pvt.device_request(

6483: mydebug('transaction_temp_id : ' || rec_wdt_for_emp.transaction_temp_id );
6484: mydebug('device_request_id : ' || rec_wdt_for_emp.device_request_id );
6485: IF rec_wdt_for_emp.transaction_temp_id IS NOT NULL
6486: THEN
6487: wms_device_integration_pvt.device_request(
6488: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
6489: , p_call_ctx => 'U'
6490: , p_task_trx_id => rec_wdt_for_emp.transaction_temp_id
6491: , p_request_id => rec_wdt_for_emp.device_request_id

Line 6488: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel

6484: mydebug('device_request_id : ' || rec_wdt_for_emp.device_request_id );
6485: IF rec_wdt_for_emp.transaction_temp_id IS NOT NULL
6486: THEN
6487: wms_device_integration_pvt.device_request(
6488: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
6489: , p_call_ctx => 'U'
6490: , p_task_trx_id => rec_wdt_for_emp.transaction_temp_id
6491: , p_request_id => rec_wdt_for_emp.device_request_id
6492: , x_request_msg => l_dev_request_msg

Line 6511: wms_device_integration_pvt.device_request(

6507: mydebug('transaction_temp_id : ' || rec_wdt_for_temp_id.transaction_temp_id );
6508: mydebug('device_request_id : ' || rec_wdt_for_temp_id.device_request_id );
6509: IF rec_wdt_for_temp_id.transaction_temp_id IS NOT NULL
6510: THEN
6511: wms_device_integration_pvt.device_request(
6512: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
6513: , p_call_ctx => 'U'
6514: , p_task_trx_id => rec_wdt_for_temp_id.transaction_temp_id
6515: , p_request_id => rec_wdt_for_temp_id.device_request_id

Line 6512: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel

6508: mydebug('device_request_id : ' || rec_wdt_for_temp_id.device_request_id );
6509: IF rec_wdt_for_temp_id.transaction_temp_id IS NOT NULL
6510: THEN
6511: wms_device_integration_pvt.device_request(
6512: p_bus_event => wms_device_integration_pvt.wms_be_task_cancel
6513: , p_call_ctx => 'U'
6514: , p_task_trx_id => rec_wdt_for_temp_id.transaction_temp_id
6515: , p_request_id => rec_wdt_for_temp_id.device_request_id
6516: , x_request_msg => l_dev_request_msg