DBA Data[Home] [Help]

APPS.BNE_COMPONENTS_PKG dependencies on FND_LANGUAGES

Line 72: from FND_LANGUAGES L

68: X_CREATED_BY,
69: X_CREATION_DATE,
70: L.LANGUAGE_CODE,
71: userenv('LANG')
72: from FND_LANGUAGES L
73: where L.INSTALLED_FLAG in ('I', 'B')
74: and not exists
75: (select NULL
76: from BNE_COMPONENTS_TL T

Line 276: from BNE_COMPONENTS_TL B, FND_LANGUAGES L

272: B.CREATED_BY,
273: B.CREATION_DATE,
274: L.LANGUAGE_CODE,
275: B.SOURCE_LANG
276: from BNE_COMPONENTS_TL B, FND_LANGUAGES L
277: where L.INSTALLED_FLAG in ('I', 'B')
278: and B.LANGUAGE = userenv('LANG')
279: and not exists
280: (select NULL