DBA Data[Home] [Help]

APPS.AME_ATL_INS dependencies on FND_LANGUAGES

Line 350: from fnd_languages l

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