DBA Data[Home] [Help]

APPS.FND_HELP dependencies on UTL_I18N

Line 361: 'locale='||UTL_I18N.MAP_LOCALE_TO_ISO(ora_language,ora_territory)||

357: rootVal := fnd_profile.VALUE_SPECIFIC('HELP_TREE_ROOT', -1, -1, -1, -1, -1);
358: end if;
359:
360: return help_url || paramChar ||
361: 'locale='||UTL_I18N.MAP_LOCALE_TO_ISO(ora_language,ora_territory)||
362: '&'||'group='||rootVal||':'||fnd_global.current_language|| '&'||'topic='||fnd_global.current_language||hlc||'/'||
363: rapp||'/'||ind||help_target;
364:
365: end Get_Url;