DBA Data[Home] [Help]

APPS.GL_JE_SOURCES_PKG dependencies on FND_LANGUAGES

Line 260: FROM FND_LANGUAGES L

256: X_Attribute3,
257: X_Attribute4,
258: X_Attribute5,
259: X_Context
260: FROM FND_LANGUAGES L
261: WHERE L.Installed_Flag in ('I', 'B')
262: AND not exists
263: ( select NULL
264: from GL_JE_SOURCES_TL B

Line 686: from gl_je_sources_tl B, FND_LANGUAGES L

682: B.attribute3,
683: B.attribute4,
684: B.attribute5,
685: B.context
686: from gl_je_sources_tl B, FND_LANGUAGES L
687: where L.INSTALLED_FLAG in ('I', 'B')
688: and B.LANGUAGE = userenv('LANG')
689: and not exists
690: (select NULL