DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on WMS_RE_CUSTOM_PUB

Line 861: wms_re_Custom_PUB.SearchForStrategy (

857: begin
858: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
859: -- Bug # 2935052 -----
860: -- Call custom-specific strategy search stub procedure
861: wms_re_Custom_PUB.SearchForStrategy (
862: p_init_msg_list
863: ,x_return_status
864: ,x_msg_count
865: ,x_msg_data

Line 894: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status

890: x_return_status := fnd_api.g_ret_sts_success;
891: -- every other return status seems to be unexpected: leave
892: else
893: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
894: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
895: fnd_msg_pub.add;
896: log_error_msg(l_api_name, 'bad_return_status');
897: raise fnd_api.g_exc_unexpected_error;
898: end if;

Line 1391: wms_re_Custom_PUB.SearchForStrategy (

1387: begin
1388: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1389: -- Bug # 2935052 -----
1390: -- Call custom-specific strategy search stub procedure
1391: wms_re_Custom_PUB.SearchForStrategy (
1392: p_init_msg_list
1393: ,x_return_status
1394: ,x_msg_count
1395: ,x_msg_data

Line 1420: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status

1416: x_return_status := fnd_api.g_ret_sts_success;
1417: -- every other return status seems to be unexpected: leave
1418: else
1419: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
1420: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
1421: fnd_msg_pub.add;
1422: log_error_msg(l_api_name, 'bad_return_status');
1423: raise fnd_api.g_exc_unexpected_error;
1424: end if;