DBA Data[Home] [Help]

APPS.HR_TPT_INS dependencies on FND_LANGUAGES

Line 317: from fnd_languages l

313: -- Cursor to obtain the list of base and installed languages
314: --
315: cursor csr_ins_langs is
316: select l.language_code
317: from fnd_languages l
318: where l.installed_flag in ('I','B')
319: and not exists (select null
320: from hr_tab_page_properties_tl tpt
321: where tpt.tab_page_property_id = p_tab_page_property_id