DBA Data[Home] [Help]

APPS.OTA_LPT_INS dependencies on FND_LANGUAGES

Line 361: from fnd_languages l

357: -- Cursor to obtain the list of base and installed languages
358: --
359: cursor csr_ins_langs is
360: select l.language_code
361: from fnd_languages l
362: where l.installed_flag in ('I','B')
363: and not exists (select null
364: from ota_learning_paths_tl lpt
365: where lpt.learning_path_id = p_learning_path_id