DBA Data[Home] [Help]

APPS.XLA_EVENT_CLASSES_F_PKG dependencies on FND_LANGUAGES

Line 153: FROM fnd_languages l

149: ,x_last_update_login
150: ,x_created_by
151: ,l.language_code
152: ,USERENV('LANG')
153: FROM fnd_languages l
154: WHERE l.installed_flag IN ('I', 'B')
155: AND NOT EXISTS
156: (SELECT NULL
157: FROM xla_event_classes_tl t

Line 485: ,fnd_languages l

481: ,b.created_by
482: ,l.language_code
483: ,b.source_lang
484: FROM xla_event_classes_tl b
485: ,fnd_languages l
486: WHERE l.installed_flag IN ('I', 'B')
487: AND b.language = userenv('LANG')
488: AND NOT EXISTS
489: (SELECT NULL