DBA Data[Home] [Help]

APPS.OTA_LST_SHD dependencies on FND_LANGUAGES

Line 230: from OTA_LP_SECTIONS_TL B, FND_LANGUAGES L

226: B.CREATED_BY,
227: B.LEARNING_PATH_SECTION_ID,
228: L.LANGUAGE_CODE,
229: B.SOURCE_LANG
230: from OTA_LP_SECTIONS_TL B, FND_LANGUAGES L
231: where L.INSTALLED_FLAG in ('I', 'B')
232: and B.LANGUAGE = userenv('LANG')
233: and not exists
234: (select NULL