DBA Data[Home] [Help]

APPS.BNE_MAPPINGS_PKG dependencies on FND_LANGUAGES

Line 78: from FND_LANGUAGES L

74: X_CREATED_BY,
75: X_CREATION_DATE,
76: L.LANGUAGE_CODE,
77: userenv('LANG')
78: from FND_LANGUAGES L
79: where L.INSTALLED_FLAG in ('I', 'B')
80: and not exists
81: (select NULL
82: from BNE_MAPPINGS_TL T

Line 292: from BNE_MAPPINGS_TL B, FND_LANGUAGES L

288: B.CREATED_BY,
289: B.CREATION_DATE,
290: L.LANGUAGE_CODE,
291: B.SOURCE_LANG
292: from BNE_MAPPINGS_TL B, FND_LANGUAGES L
293: where L.INSTALLED_FLAG in ('I', 'B')
294: and B.LANGUAGE = userenv('LANG')
295: and not exists
296: (select NULL