DBA Data[Home] [Help]

APPS.HR_IPT_INS dependencies on FND_LANGUAGES

Line 361: from fnd_languages l

357: -- Cursor to obtain the list of base and installed languages
358: --
359: cursor csr_ins_langs is
360: select l.language_code
361: from fnd_languages l
362: where l.installed_flag in ('I','B')
363: and not exists (select null
364: from hr_item_properties_tl ipt
365: where ipt.item_property_id = p_item_property_id