DBA Data[Home] [Help]

APPS.WSH_EXTREPS_MLS_LANG dependencies on FND_API

Line 466: x_return_status := fnd_api.g_ret_sts_success;

462: WSH_DEBUG_SV.push(l_module_name);
463: END IF;
464: --
465:
466: x_return_status := fnd_api.g_ret_sts_success;
467:
468: -- Call Get_Lang_String to get the Language String
469: IF l_debug_on THEN
470: WSH_DEBUG_SV.logmsg(l_module_name,'Calling Get_Lang_String ');

Line 487: x_return_status := fnd_api.g_ret_sts_error;

483: p_lcount := 0;
484:
485: if (l_lang_str is null ) then
486: -- Return error
487: x_return_status := fnd_api.g_ret_sts_error;
488: IF l_debug_on THEN
489: WSH_DEBUG_SV.logmsg(l_module_name,'Get_Lang_String returns NULL');
490: END IF;
491: raise no_data_found ;

Line 563: x_return_status := fnd_api.g_ret_sts_error;

559: --
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

Line 575: x_return_status := fnd_api.g_ret_sts_unexp_error;

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: --
579: IF l_debug_on THEN