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 365: x_return_status := wsh_util_core.g_ret_sts_error;

361: wsh_debug_sv.stop_debug;
362: END IF;
363: EXCEPTION
364: WHEN WSH_FAILED_PROCESS THEN
365: x_return_status := wsh_util_core.g_ret_sts_error;
366: FND_MESSAGE.Set_Name('WSH', 'WSH_FAILED_PROCESS');
367: WSH_UTIL_CORE.add_message (x_return_status,l_module_name);
368: IF l_debug_on THEN
369: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_FAILED_PROCESS exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

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

363: EXCEPTION
364: WHEN WSH_FAILED_PROCESS THEN
365: x_return_status := wsh_util_core.g_ret_sts_error;
366: FND_MESSAGE.Set_Name('WSH', 'WSH_FAILED_PROCESS');
367: WSH_UTIL_CORE.add_message (x_return_status,l_module_name);
368: IF l_debug_on THEN
369: WSH_DEBUG_SV.logmsg(l_module_name,'WSH_FAILED_PROCESS exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
370: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:WSH_FAILED_PROCESS');
371: wsh_debug_sv.stop_debug;

Line 375: X_return_Status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

371: wsh_debug_sv.stop_debug;
372: END IF;
373:
374: WHEN OTHERS THEN
375: X_return_Status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
376: IF l_debug_on THEN
377: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,
378: WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
379: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');