DBA Data[Home] [Help]

APPS.HZ_DSS_GROUPS_PKG dependencies on STANDARD

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

511: and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
512: end if;
513: exception
514: when no_data_found then
515: null; -- no translation found. standards say do nothing.
516: end;
517:
518: end TRANSLATE_ROW;
519: