DBA Data[Home] [Help]

APPS.WSH_TRIPS_PUB dependencies on FND_MESSAGE

Line 175: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');

171:
172: EXCEPTION
173:
174: WHEN trip_action_error THEN
175: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');
176: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));
177: FND_MESSAGE.SET_TOKEN('ACTION', wsh_util_core.get_action_meaning('TRIP',p_action_code));
178: wsh_util_core.add_message(x_return_status,l_module_name);
179: FND_MSG_PUB.Count_And_Get

Line 176: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));

172: EXCEPTION
173:
174: WHEN trip_action_error THEN
175: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');
176: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));
177: FND_MESSAGE.SET_TOKEN('ACTION', wsh_util_core.get_action_meaning('TRIP',p_action_code));
178: wsh_util_core.add_message(x_return_status,l_module_name);
179: FND_MSG_PUB.Count_And_Get
180: ( p_count => x_msg_count

Line 177: FND_MESSAGE.SET_TOKEN('ACTION', wsh_util_core.get_action_meaning('TRIP',p_action_code));

173:
174: WHEN trip_action_error THEN
175: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');
176: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));
177: FND_MESSAGE.SET_TOKEN('ACTION', wsh_util_core.get_action_meaning('TRIP',p_action_code));
178: wsh_util_core.add_message(x_return_status,l_module_name);
179: FND_MSG_PUB.Count_And_Get
180: ( p_count => x_msg_count
181: , p_data => x_msg_data

Line 442: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');

438:
439: EXCEPTION
440:
441: WHEN trip_action_error THEN
442: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');
443: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));
444: FND_MESSAGE.SET_TOKEN('ACTION',wsh_util_core.get_action_meaning('TRIP', p_action_param_rec.action_code));
445: wsh_util_core.add_message(x_return_status,l_module_name);
446: FND_MSG_PUB.Count_And_Get

Line 443: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));

439: EXCEPTION
440:
441: WHEN trip_action_error THEN
442: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');
443: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));
444: FND_MESSAGE.SET_TOKEN('ACTION',wsh_util_core.get_action_meaning('TRIP', p_action_param_rec.action_code));
445: wsh_util_core.add_message(x_return_status,l_module_name);
446: FND_MSG_PUB.Count_And_Get
447: ( p_count => x_msg_count

Line 444: FND_MESSAGE.SET_TOKEN('ACTION',wsh_util_core.get_action_meaning('TRIP', p_action_param_rec.action_code));

440:
441: WHEN trip_action_error THEN
442: FND_MESSAGE.SET_NAME('WSH','WSH_OI_TRIP_ACTION_ERROR');
443: FND_MESSAGE.SET_TOKEN('TRIP_NAME', wsh_trips_pvt.get_name(l_trip_id));
444: FND_MESSAGE.SET_TOKEN('ACTION',wsh_util_core.get_action_meaning('TRIP', p_action_param_rec.action_code));
445: wsh_util_core.add_message(x_return_status,l_module_name);
446: FND_MSG_PUB.Count_And_Get
447: ( p_count => x_msg_count
448: , p_data => x_msg_data