DBA Data[Home] [Help]

APPS.WSH_EXTERNAL_INTERFACE_SV dependencies on FND_API

Line 946: raise fnd_api.g_exc_error;

942: END IF;
943:
944: IF l_location_id IS NULL THEN
945: --bug 3920178 end
946: raise fnd_api.g_exc_error;
947: ELSE --{
948: -- Patchset I : Locations Project. kvenkate.
949: -- Call Transfer Location API
950:

Line 966: raise fnd_api.g_exc_error;

962:
963: -- Success or Warning to be treated as success
964: -- Since warning of transfer location not to be treated as invalid ship to
965: IF l_return_status NOT IN(wsh_util_core.g_ret_sts_success, wsh_util_core.g_ret_sts_warning) THEN
966: raise fnd_api.g_exc_error;
967: END IF;
968: x_location_id := l_loc_rec.WSH_LOCATION_ID;
969: x_return_status := wsh_util_core.g_ret_sts_success;
970: END IF; --}

Line 983: WHEN fnd_api.g_exc_error THEN

979: wsh_debug_sv.log(l_module_name, 'Site Use Id', x_site_use_id);
980: wsh_debug_sv.pop (l_module_name);
981: END IF;
982: EXCEPTION
983: WHEN fnd_api.g_exc_error THEN
984: x_return_status := wsh_util_core.g_ret_sts_error;
985: IF get_loc_id_cur%ISOPEN THEN
986: close get_loc_id_cur;
987: END IF;

Line 989: WSH_DEBUG_SV.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

985: IF get_loc_id_cur%ISOPEN THEN
986: close get_loc_id_cur;
987: END IF;
988: IF l_debug_on THEN
989: WSH_DEBUG_SV.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
990: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_ERROR');
991: END IF;
992: WHEN OTHERS THEN
993: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;

Line 990: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_ERROR');

986: close get_loc_id_cur;
987: END IF;
988: IF l_debug_on THEN
989: WSH_DEBUG_SV.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
990: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_ERROR');
991: END IF;
992: WHEN OTHERS THEN
993: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;
994: IF get_loc_id_cur%ISOPEN THEN