DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on WMS_ATF_RUNTIME_PUB_APIS

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

1261: EXIT WHEN pregen_suggestions_csr%NOTFOUND;
1262:
1263: IF l_pregen_suggestion.operation_plan_id IS NOT NULL THEN
1264: IF (l_debug = 1) THEN
1265: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');
1266: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1267: mydebug('p_activity_type_id => ' || '1');
1268: END IF;
1269:

Line 1270: wms_atf_runtime_pub_apis.check_plan_status(

1266: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1267: mydebug('p_activity_type_id => ' || '1');
1268: END IF;
1269:
1270: wms_atf_runtime_pub_apis.check_plan_status(
1271: x_return_status => l_return_status
1272: , x_msg_data => l_msg_data
1273: , x_msg_count => l_msg_count
1274: , x_error_code => l_atf_error_code

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

1277: , p_activity_type_id => '1' -- inbound
1278: );
1279:
1280: IF (l_debug = 1) THEN
1281: mydebug('suggestions_pub: After calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status.');
1282: mydebug('x_return_status => ' || l_return_status);
1283: mydebug('x_msg_data => ' || l_msg_data);
1284: mydebug('x_msg_count => ' || l_msg_count);
1285: mydebug('x_error_code => ' || l_atf_error_code);

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

1287: END IF;
1288:
1289: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
1290: IF (l_debug = 1) THEN
1291: mydebug('suggestions_pub: WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status failed.');
1292: END IF;
1293:
1294: RAISE fnd_api.g_exc_error;
1295: END IF; -- (l_return_status <> fnd_api.g_ret_sts_success)

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

1664: mydebug('suggestions_pub: Current release is above J.');
1665:
1666: IF l_op_plan_started_flag = 'N' THEN
1667: IF (l_debug = 1) THEN
1668: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');
1669: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1670: END IF;
1671:
1672: wms_atf_runtime_pub_apis.check_plan_status

Line 1672: wms_atf_runtime_pub_apis.check_plan_status

1668: mydebug('suggestions_pub: Calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status with:');
1669: mydebug('p_source_task_id => ' || l_pregen_suggestion.transaction_temp_id);
1670: END IF;
1671:
1672: wms_atf_runtime_pub_apis.check_plan_status
1673: (
1674: x_return_status => l_return_status
1675: , x_msg_data => l_msg_data
1676: , x_msg_count => l_msg_count

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

1680: , p_activity_type_id => '1' -- inbound
1681: );
1682:
1683: IF (l_debug = 1) THEN
1684: mydebug('suggestions_pub: After calling WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status.');
1685: mydebug('x_return_status => ' || l_return_status);
1686: mydebug('x_msg_data => ' || l_msg_data);
1687: mydebug('x_msg_count => ' || l_msg_count);
1688: mydebug('x_error_code => ' || l_atf_error_code);

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

1690: END IF;
1691:
1692: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
1693: IF (l_debug = 1) THEN
1694: mydebug('suggestions_pub: WMS_ATF_RUNTIME_PUB_APIS.Check_Plan_Status failed.');
1695: END IF;
1696:
1697: RAISE fnd_api.g_exc_error;
1698: END IF; -- (l_return_status <> fnd_api.g_ret_sts_success)

Line 2271: wms_atf_runtime_pub_apis.init_op_plan_instance(

2267:
2268: mydebug('suggestions_pub: Before calling wms_op_runtime_pub_apis.init_op_plan_instance with following parameters: ');
2269: mydebug('p_source_task_id = ' || l_transaction_temp_id);
2270: mydebug('p_activity_id = ' || 1);
2271: wms_atf_runtime_pub_apis.init_op_plan_instance(
2272: x_return_status => l_return_status
2273: , x_msg_data => l_msg_data
2274: , x_msg_count => l_msg_count
2275: , x_error_code => l_atf_error_code

Line 5984: wms_atf_runtime_pub_apis.validate_operation (

5980:
5981: -- Validate each MMTT record
5982: FOR i IN 1 .. l_tempid_tab.COUNT LOOP
5983:
5984: wms_atf_runtime_pub_apis.validate_operation (
5985: x_return_status => x_return_status
5986: ,x_msg_data => x_msg_data
5987: ,x_msg_count => x_msg_count
5988: ,x_error_code => l_error_code

Line 6049: wms_atf_runtime_pub_apis.validate_operation (

6045:
6046: ELSE
6047: -- The LPN passed does not have MMTTs so call validate_operation by passing LPN ID
6048:
6049: wms_atf_runtime_pub_apis.validate_operation (
6050: x_return_status => x_return_status
6051: ,x_msg_data => x_msg_data
6052: ,x_msg_count => x_msg_count
6053: ,x_error_code => l_error_code