DBA Data[Home] [Help]

APPS.WSH_CALENDAR_ACTIONS dependencies on WSH_UTIL_CORE

Line 105: x_return_status := wsh_util_core.g_ret_sts_success;

101: WSH_DEBUG_SV.log(l_module_name,'p_location_id',p_location_id);
102: --
103: END IF;
104:
105: x_return_status := wsh_util_core.g_ret_sts_success;
106: x_from_time := NULL;
107: x_to_time := NULL;
108:
109: OPEN get_shift_end_time_today(p_location_id, p_date);

Line 132: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;

128: END IF;
129:
130: EXCEPTION
131: WHEN OTHERS THEN
132: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
133: wsh_util_core.default_handler('WSH_U_UTIL.Get_Shift_Times',l_module_name);
134: --
135: IF l_debug_on THEN
136: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:OTHERS');

Line 133: wsh_util_core.default_handler('WSH_U_UTIL.Get_Shift_Times',l_module_name);

129:
130: EXCEPTION
131: WHEN OTHERS THEN
132: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
133: wsh_util_core.default_handler('WSH_U_UTIL.Get_Shift_Times',l_module_name);
134: --
135: IF l_debug_on THEN
136: wsh_debug_sv.pop(l_module_name, 'EXCEPTION:OTHERS');
137: END IF;