91: X_CREATED_BY,
92: X_CREATION_DATE,
93: L.LANGUAGE_CODE,
94: userenv('LANG')
95: from FND_LANGUAGES L
96: where L.INSTALLED_FLAG in ('I', 'B')
97: and not exists
98: (select NULL
99: from AZ_SELECTION_SET_ENTITIES_TL T
345: B.CREATED_BY,
346: B.CREATION_DATE,
347: L.LANGUAGE_CODE,
348: B.SOURCE_LANG
349: from AZ_SELECTION_SET_ENTITIES_TL B, FND_LANGUAGES L
350: where L.INSTALLED_FLAG in ('I', 'B')
351: and B.LANGUAGE = userenv('LANG')
352: and not exists
353: (select NULL