241: X_CREATED_BY,
242: X_LAST_UPDATE_LOGIN,
243: L.CODE,
244: userenv('LANG')
245: from WF_LANGUAGES L
246: where L.INSTALLED_FLAG = 'Y'
247: and not exists
248: (select NULL
249: from ECX_XREF_STANDARDS_TL T
442: B.CREATED_BY,
443: B.LAST_UPDATE_LOGIN,
444: L.CODE,
445: B.SOURCE_LANG
446: from ECX_XREF_STANDARDS_TL B, WF_LANGUAGES L
447: where L.INSTALLED_FLAG = 'Y'
448: and B.LANGUAGE = userenv('LANG')
449: and not exists
450: (select NULL