DBA Data[Home] [Help]

APPS.FTE_ACS_PKG dependencies on WSH_XC_UTIL

Line 325: wsh_xc_util.log_exception(p_api_version => 1.0,

321: FND_MESSAGE.SET_NAME('WSH',l_fnd_message_name);
322: FND_MESSAGE.SET_TOKEN('DELIVERY_ID' ,l_failed_entity_tab(itr).delivery_id);
323: l_exception_message := FND_MESSAGE.Get;
324:
325: wsh_xc_util.log_exception(p_api_version => 1.0,
326: x_return_status => l_return_status,
327: x_msg_count => l_msg_count,
328: x_msg_data => l_msg_data,
329: x_exception_id => l_exception_id,

Line 359: wsh_xc_util.log_exception(p_api_version => 1.0,

355: FND_MESSAGE.SET_NAME('WSH',l_fnd_message_name);
356: FND_MESSAGE.SET_TOKEN('TRIP_ID' ,l_failed_entity_tab(itr).trip_id);
357: l_exception_message := FND_MESSAGE.Get;
358:
359: wsh_xc_util.log_exception(p_api_version => 1.0,
360: x_return_status => l_return_status,
361: x_msg_count => l_msg_count,
362: x_msg_data => l_msg_data,
363: x_exception_id => l_exception_id,

Line 404: wsh_xc_util.log_exception(

400: FND_MESSAGE.SET_TOKEN('DELIVERY_ID' ,p_single_rec.delivery_id);
401: l_exception_message := FND_MESSAGE.Get;
402: l_exception_id := NULL;
403:
404: wsh_xc_util.log_exception(
405: p_api_version => 1.0,
406: x_return_status => l_return_status,
407: x_msg_count => l_msg_count,
408: x_msg_data => l_msg_data,

Line 430: wsh_xc_util.log_exception(

426: l_exception_name := 'WSH_ROUTE_TRIP_FAIL';
427: l_exception_message := FND_MESSAGE.GET;
428: l_exception_id := NULL;
429:
430: wsh_xc_util.log_exception(
431: p_api_version => 1.0,
432: x_return_status => l_return_status,
433: x_msg_count => l_msg_count,
434: x_msg_data => l_msg_data,