DBA Data[Home] [Help]

APPS.OTA_ADT_INS dependencies on FND_LANGUAGES

Line 339: from fnd_languages l

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