DBA Data[Home] [Help]

APPS.INVICGDS dependencies on FND_LANGUAGES

Line 60: from FND_LANGUAGES

56: -- Identify the current session language as Base ('B') or Installed ('I')
57: --
58: select INSTALLED_FLAG
59: into l_INSTALLED_FLAG
60: from FND_LANGUAGES
61: where LANGUAGE_CODE = userenv('LANG');
62:
63: /*Get the delimiter if needed..will have to do this only once
64: now and pass the value to the inv_get_icg_desc procedure*/