DBA Data[Home] [Help]

APPS.AME_CAL_INS dependencies on FND_LANGUAGES

Line 349: from fnd_languages l

345: -- Cursor to obtain the list of base and installed languages
346: --
347: cursor csr_ins_langs is
348: select l.language_code
349: from fnd_languages l
350: where l.installed_flag in ('I','B')
351: and not exists (select null
352: from ame_calling_apps_tl cal
353: where cal.application_id = p_application_id