DBA Data[Home] [Help]

APPS.HZ_STYLE_FMT_LAYOUTS_PKG dependencies on STANDARD

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

624: and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
625: end if;
626: exception
627: when no_data_found then
628: null; -- no translation found. standards say do nothing.
629: end;
630:
631: end TRANSLATE_ROW;
632: