DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_FORM_PKG dependencies on WSH_UTIL_CORE

Line 30: x_return_status := wsh_util_core.g_ret_sts_success;

26: wsh_debug_sv.log (l_module_name,'p_item_type',p_item_type);
27: wsh_debug_sv.log (l_module_name,'p_event_key',p_event_key);
28: END IF;
29:
30: x_return_status := wsh_util_core.g_ret_sts_success;
31:
32: IF (p_item_type = 'WSHTPWI' ) THEN
33: l_activity := 'WSH_TPW_PROCESS_WF:POPULATE_BASE_TABLES';
34: ELSIF (p_item_type = 'WSHSUPI' ) THEN

Line 61: X_return_Status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

57:
58: EXCEPTION
59: WHEN OTHERS THEN
60: Rollback to savepoint l_wf_status;
61: X_return_Status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
62: IF l_debug_on THEN
63: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,
64: WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
65: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');

Line 237: x_return_status := wsh_util_core.g_ret_sts_error;

233: wsh_debug_sv.stop_debug;
234: END IF;
235: EXCEPTION
236: WHEN WSH_FAILED_PROCESS THEN
237: x_return_status := wsh_util_core.g_ret_sts_error;
238: FND_MESSAGE.Set_Name('WSH', 'WSH_FAILED_PROCESS');
239: WSH_UTIL_CORE.add_message (x_return_status,l_module_name);
240: IF l_debug_on THEN
241: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_FAILED_PROCESS exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

Line 239: WSH_UTIL_CORE.add_message (x_return_status,l_module_name);

235: EXCEPTION
236: WHEN WSH_FAILED_PROCESS THEN
237: x_return_status := wsh_util_core.g_ret_sts_error;
238: FND_MESSAGE.Set_Name('WSH', 'WSH_FAILED_PROCESS');
239: WSH_UTIL_CORE.add_message (x_return_status,l_module_name);
240: IF l_debug_on THEN
241: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_FAILED_PROCESS exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
242: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:WSH_FAILED_PROCESS');
243: wsh_debug_sv.stop_debug;

Line 247: X_return_Status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

243: wsh_debug_sv.stop_debug;
244: END IF;
245:
246: WHEN OTHERS THEN
247: X_return_Status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
248: IF l_debug_on THEN
249: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,
250: WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
251: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');