DBA Data[Home] [Help]

APPS.WSH_EXTERNAL_INTERFACE_SV dependencies on FND_API

Line 826: raise fnd_api.g_exc_error;

822: END IF;
823:
824: IF l_location_id IS NULL THEN
825: --bug 3920178 end
826: raise fnd_api.g_exc_error;
827: ELSE --{
828: -- Patchset I : Locations Project. kvenkate.
829: -- Call Transfer Location API
830:

Line 846: raise fnd_api.g_exc_error;

842:
843: -- Success or Warning to be treated as success
844: -- Since warning of transfer location not to be treated as invalid ship to
845: IF l_return_status NOT IN(wsh_util_core.g_ret_sts_success, wsh_util_core.g_ret_sts_warning) THEN
846: raise fnd_api.g_exc_error;
847: END IF;
848: x_location_id := l_loc_rec.WSH_LOCATION_ID;
849: x_return_status := wsh_util_core.g_ret_sts_success;
850: END IF; --}

Line 863: WHEN fnd_api.g_exc_error THEN

859: wsh_debug_sv.log(l_module_name, 'Site Use Id', x_site_use_id);
860: wsh_debug_sv.pop (l_module_name);
861: END IF;
862: EXCEPTION
863: WHEN fnd_api.g_exc_error THEN
864: x_return_status := wsh_util_core.g_ret_sts_error;
865: IF get_loc_id_cur%ISOPEN THEN
866: close get_loc_id_cur;
867: END IF;

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

865: IF get_loc_id_cur%ISOPEN THEN
866: close get_loc_id_cur;
867: END IF;
868: IF l_debug_on THEN
869: WSH_DEBUG_SV.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
870: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_ERROR');
871: END IF;
872: WHEN OTHERS THEN
873: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;

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

866: close get_loc_id_cur;
867: END IF;
868: IF l_debug_on THEN
869: WSH_DEBUG_SV.logmsg(l_module_name,'FND_API.G_EXC_ERROR exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
870: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_ERROR');
871: END IF;
872: WHEN OTHERS THEN
873: x_return_status := WSH_UTIL_CORE.g_ret_sts_unexp_error;
874: IF get_loc_id_cur%ISOPEN THEN