DBA Data[Home] [Help]

APPS.OTA_LST_INS dependencies on FND_LANGUAGES

Line 340: from fnd_languages l

336: -- Cursor to obtain the list of base and installed languages
337: --
338: cursor csr_ins_langs is
339: select l.language_code
340: from fnd_languages l
341: where l.installed_flag in ('I','B')
342: and not exists (select null
343: from ota_lp_sections_tl lst
344: where lst.learning_path_section_id = p_learning_path_section_id