DBA Data[Home] [Help]

APPS.XLA_ENTITY_TYPES_F_PKG dependencies on FND_LANGUAGES

Line 150: FROM fnd_languages l

146: ,x_description
147: ,x_creation_date
148: ,l.language_code
149: ,USERENV('LANG')
150: FROM fnd_languages l
151: WHERE l.installed_flag IN ('I', 'B')
152: AND NOT EXISTS
153: (SELECT NULL
154: FROM xla_entity_types_tl t

Line 467: ,fnd_languages l

463: ,b.creation_date
464: ,l.language_code
465: ,b.source_lang
466: FROM xla_entity_types_tl b
467: ,fnd_languages l
468: WHERE l.installed_flag IN ('I', 'B')
469: AND b.language = userenv('LANG')
470: AND NOT EXISTS
471: (SELECT NULL