DBA Data[Home] [Help]

APPS.PER_RVT_SHD dependencies on FND_LANGUAGES

Line 224: from PER_RI_VIEW_REPORTS_TL B, FND_LANGUAGES L

220: B.CREATED_BY,
221: B.CREATION_DATE,
222: L.LANGUAGE_CODE,
223: B.SOURCE_LANG
224: from PER_RI_VIEW_REPORTS_TL B, FND_LANGUAGES L
225: where L.INSTALLED_FLAG in ('I', 'B')
226: and B.LANGUAGE = userenv('LANG')
227: and not exists
228: (select NULL