DBA Data[Home] [Help]

APPS.WSH_EXTREPS_MLS_LANG dependencies on WSH_UTIL_CORE

Line 564: wsh_util_core.add_message(x_return_status);

560:
561: EXCEPTION
562: WHEN NO_DATA_FOUND THEN
563: x_return_status := fnd_api.g_ret_sts_error;
564: wsh_util_core.add_message(x_return_status);
565: -- Debug Statements
566: --
567: IF l_debug_on THEN
568: WSH_DEBUG_SV.logmsg(l_module_name,'No Data Found error has occured.');

Line 574: wsh_util_core.default_handler('WSH_EXTREPS_MLS_LANG.GET_NLS_LANG');

570: END IF;
571: --
572:
573: WHEN OTHERS THEN
574: wsh_util_core.default_handler('WSH_EXTREPS_MLS_LANG.GET_NLS_LANG');
575: x_return_status := fnd_api.g_ret_sts_unexp_error;
576: --
577: -- Debug Statements
578: --