310: X_CREATED_BY,
311: X_CREATION_DATE,
312: L.LANGUAGE_CODE,
313: userenv('LANG')
314: from FND_LANGUAGES L
315: where L.INSTALLED_FLAG in ('I', 'B')
316: and not exists
317: (select NULL
318: from HR_TAB_PAGE_PROPERTIES_TL T
688: B.CREATED_BY,
689: B.CREATION_DATE,
690: L.LANGUAGE_CODE,
691: B.SOURCE_LANG
692: from HR_TAB_PAGE_PROPERTIES_TL B, FND_LANGUAGES L
693: where L.INSTALLED_FLAG in ('I', 'B')
694: and B.LANGUAGE = userenv('LANG')
695: and not exists
696: (select NULL