DBA Data[Home] [Help]

APPS.HXC_DTL_INS dependencies on FND_LANGUAGES

Line 370: from fnd_languages l

366: -- Cursor to obtain the list of base and installed languages
367: --
368: cursor csr_ins_langs is
369: select l.language_code
370: from fnd_languages l
371: where l.installed_flag in ('I','B')
372: and not exists (select null
373: from hxc_alias_definitions_tl dtl
374: where dtl.alias_definition_id = p_alias_definition_id