DBA Data[Home] [Help]

APPS.AME_AYL_INS dependencies on FND_LANGUAGES

Line 356: from fnd_languages l

352: -- Cursor to obtain the list of base and installed languages
353: --
354: cursor csr_ins_langs is
355: select l.language_code
356: from fnd_languages l
357: where l.installed_flag in ('I','B')
358: and not exists (select null
359: from ame_action_types_tl ayl
360: where ayl.action_type_id = p_action_type_id