DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on WMS_ATF_RUNTIME_PUB_APIS

Line 1410: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');

1406: EXIT WHEN pregen_suggestions_csr%NOTFOUND;
1407:
1408: IF l_pregen_suggestion.operation_plan_id IS NOT NULL THEN
1409: IF (l_debug = 1) THEN
1410: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');
1411: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1412: mydebug('p_activity_type_id => ' || '1');
1413: END IF;
1414:

Line 1415: wms_atf_runtime_pub_apis.check_plan_status(

1411: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1412: mydebug('p_activity_type_id => ' || '1');
1413: END IF;
1414:
1415: wms_atf_runtime_pub_apis.check_plan_status(
1416: x_return_status => l_return_status
1417: , x_msg_data => l_msg_data
1418: , x_msg_count => l_msg_count
1419: , x_error_code => l_atf_error_code

Line 1426: mydebug('suggestions_pub: After calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status.');

1422: , p_activity_type_id => '1' -- inbound
1423: );
1424:
1425: IF (l_debug = 1) THEN
1426: mydebug('suggestions_pub: After calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status.');
1427: mydebug('x_return_status => ' || l_return_status);
1428: mydebug('x_msg_data => ' || l_msg_data);
1429: mydebug('x_msg_count => ' || l_msg_count);
1430: mydebug('x_error_code => ' || l_atf_error_code);

Line 1436: mydebug('suggestions_pub: WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status failed.');

1432: END IF;
1433:
1434: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
1435: IF (l_debug = 1) THEN
1436: mydebug('suggestions_pub: WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status failed.');
1437: END IF;
1438:
1439: RAISE fnd_api.g_exc_error;
1440: END IF; -- (l_return_status <> fnd_api.g_ret_sts_success)

Line 1813: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');

1809: mydebug('suggestions_pub: Current release is above J.');
1810:
1811: IF l_op_plan_started_flag = 'N' THEN
1812: IF (l_debug = 1) THEN
1813: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');
1814: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1815: END IF;
1816:
1817: wms_atf_runtime_pub_apis.check_plan_status

Line 1817: wms_atf_runtime_pub_apis.check_plan_status

1813: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');
1814: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1815: END IF;
1816:
1817: wms_atf_runtime_pub_apis.check_plan_status
1818: (
1819: x_return_status => l_return_status
1820: , x_msg_data => l_msg_data
1821: , x_msg_count => l_msg_count

Line 1829: mydebug('suggestions_pub: After calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status.');

1825: , p_activity_type_id => '1' -- inbound
1826: );
1827:
1828: IF (l_debug = 1) THEN
1829: mydebug('suggestions_pub: After calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status.');
1830: mydebug('x_return_status => ' || l_return_status);
1831: mydebug('x_msg_data => ' || l_msg_data);
1832: mydebug('x_msg_count => ' || l_msg_count);
1833: mydebug('x_error_code => ' || l_atf_error_code);

Line 1839: mydebug('suggestions_pub: WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status failed.');

1835: END IF;
1836:
1837: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
1838: IF (l_debug = 1) THEN
1839: mydebug('suggestions_pub: WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status failed.');
1840: END IF;
1841:
1842: RAISE fnd_api.g_exc_error;
1843: END IF; -- (l_return_status <> fnd_api.g_ret_sts_success)

Line 2443: wms_atf_runtime_pub_apis.init_op_plan_instance(

2439:
2440: mydebug('suggestions_pub: Before calling wms_op_runtime_pub_apis.init_op_plan_instance with following parameters: ');
2441: mydebug('p_source_task_id = ' || l_transaction_temp_id);
2442: mydebug('p_activity_id = ' || 1);
2443: wms_atf_runtime_pub_apis.init_op_plan_instance(
2444: x_return_status => l_return_status
2445: , x_msg_data => l_msg_data
2446: , x_msg_count => l_msg_count
2447: , x_error_code => l_atf_error_code

Line 6311: wms_atf_runtime_pub_apis.validate_operation (

6307:
6308: -- Validate each MMTT record
6309: FOR i IN 1 .. l_tempid_tab.COUNT LOOP
6310:
6311: wms_atf_runtime_pub_apis.validate_operation (
6312: x_return_status => x_return_status
6313: ,x_msg_data => x_msg_data
6314: ,x_msg_count => x_msg_count
6315: ,x_error_code => l_error_code

Line 6376: wms_atf_runtime_pub_apis.validate_operation (

6372:
6373: ELSE
6374: -- The LPN passed does not have MMTTs so call validate_operation by passing LPN ID
6375:
6376: wms_atf_runtime_pub_apis.validate_operation (
6377: x_return_status => x_return_status
6378: ,x_msg_data => x_msg_data
6379: ,x_msg_count => x_msg_count
6380: ,x_error_code => l_error_code