DBA Data[Home] [Help]

APPS.IRC_IDT_INS dependencies on FND_LANGUAGES

Line 381: from fnd_languages l

377: -- Cursor to obtain the list of base and installed languages
378: --
379: cursor csr_ins_langs is
380: select l.language_code
381: from fnd_languages l
382: where l.installed_flag in ('I','B')
383: and not exists (select null
384: from irc_default_postings_tl idt
385: where idt.default_posting_id = p_default_posting_id