DBA Data[Home] [Help]

APPS.AME_ACL_INS dependencies on FND_LANGUAGES

Line 345: from fnd_languages l

341: -- Cursor to obtain the list of base and installed languages
342: --
343: cursor csr_ins_langs is
344: select l.language_code
345: from fnd_languages l
346: where l.installed_flag in ('I','B')
347: and not exists (select null
348: from ame_actions_tl acl
349: where acl.action_id = p_action_id