DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on WMS_RE_CUSTOM_PUB

Line 755: wms_re_Custom_PUB.SearchForStrategy (

751: begin
752: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
753: -- Bug # 2935052 -----
754: -- Call custom-specific strategy search stub procedure
755: wms_re_Custom_PUB.SearchForStrategy (
756: p_init_msg_list
757: ,x_return_status
758: ,x_msg_count
759: ,x_msg_data

Line 788: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status

784: x_return_status := fnd_api.g_ret_sts_success;
785: -- every other return status seems to be unexpected: leave
786: else
787: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
788: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
789: fnd_msg_pub.add;
790: log_error_msg(l_api_name, 'bad_return_status');
791: raise fnd_api.g_exc_unexpected_error;
792: end if;

Line 1195: wms_re_Custom_PUB.SearchForStrategy (

1191: begin
1192: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1193: -- Bug # 2935052 -----
1194: -- Call custom-specific strategy search stub procedure
1195: wms_re_Custom_PUB.SearchForStrategy (
1196: p_init_msg_list
1197: ,x_return_status
1198: ,x_msg_count
1199: ,x_msg_data

Line 1224: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status

1220: x_return_status := fnd_api.g_ret_sts_success;
1221: -- every other return status seems to be unexpected: leave
1222: else
1223: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
1224: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
1225: fnd_msg_pub.add;
1226: log_error_msg(l_api_name, 'bad_return_status');
1227: raise fnd_api.g_exc_unexpected_error;
1228: end if;