DBA Data[Home] [Help]

APPS.HXC_ULT_INS dependencies on FND_LANGUAGES

Line 358: from fnd_languages l

354: -- Cursor to obtain the list of base and installed languages
355: --
356: cursor csr_ins_langs is
357: select l.language_code
358: from fnd_languages l
359: where l.installed_flag in ('I','B')
360: and not exists (select null
361: from hxc_layouts_tl ult
362: where ult.layout_id = p_layout_id