DBA Data[Home] [Help]

APPS.OTA_AVT_INS dependencies on FND_LANGUAGES

Line 360: from fnd_languages l

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