DBA Data[Home] [Help]

APPS.HZ_STYLES_PKG dependencies on STANDARD

Line 410: null; -- no translation found. standards say do nothing.

406: and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
407: end if;
408: exception
409: when no_data_found then
410: null; -- no translation found. standards say do nothing.
411: end;
412:
413: end TRANSLATE_ROW;
414: