DBA Data[Home] [Help]

APPS.HZ_STYLE_FORMATS_PKG dependencies on STANDARD

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

416: and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
417: end if;
418: exception
419: when no_data_found then
420: null; -- no translation found. standards say do nothing.
421: end;
422:
423: end TRANSLATE_ROW;
424: