DBA Data[Home] [Help]

APPS.XLA_SOURCES_F_PKG dependencies on FND_LANGUAGES

Line 175: FROM fnd_languages l

171: ,x_source_type_code
172: ,x_source_code
173: ,l.language_code
174: ,USERENV('LANG')
175: FROM fnd_languages l
176: WHERE l.installed_flag IN ('I', 'B')
177: AND NOT EXISTS
178: (SELECT NULL
179: FROM xla_sources_tl t

Line 594: ,fnd_languages l

590: ,b.source_code
591: ,l.language_code
592: ,b.source_lang
593: FROM xla_sources_tl b
594: ,fnd_languages l
595: WHERE l.installed_flag IN ('I', 'B')
596: AND b.language = userenv('LANG')
597: AND NOT EXISTS
598: (SELECT NULL