Oracle Apps – Application Short Names

select   fa.application_id "Application ID",
            fat.application_name "Application Name",
            fa.application_short_name "Application Short Name",
            fa.basepath "Basepath"
   from fnd_application fa, fnd_application_tl fat
 where fa.application_id  = fat.application_id
     and fat.language         = userenv ('LANG')
order by fat.application_name;

Comments

Popular posts from this blog

Indian Finance Year

FND_GLOBAL.APPS_INITIALIZE for initializing session in Oracle Apps R12