DBA Data[Home] [Help]

APPS.PER_RVR_SHD dependencies on FND_LANGUAGES

Line 239: from PER_RI_VIEW_REPORTS_TL B, FND_LANGUAGES L

235: B.CREATED_BY,
236: B.CREATION_DATE,
237: L.LANGUAGE_CODE,
238: B.SOURCE_LANG
239: from PER_RI_VIEW_REPORTS_TL B, FND_LANGUAGES L
240: where L.INSTALLED_FLAG in ('I', 'B')
241: and B.LANGUAGE = userenv('LANG')
242: and not exists
243: (select NULL