DBA Data[Home] [Help]

APPS.FF_FGT_SHD dependencies on FND_LANGUAGES

Line 229: from FF_GLOBALS_F_TL B, FND_LANGUAGES L

225: B.CREATED_BY,
226: B.CREATION_DATE,
227: L.LANGUAGE_CODE,
228: B.SOURCE_LANG
229: from FF_GLOBALS_F_TL B, FND_LANGUAGES L
230: where L.INSTALLED_FLAG in ('I', 'B')
231: and B.LANGUAGE = userenv('LANG')
232: and not exists
233: (select NULL