DBA Data[Home] [Help]

APPS.HR_TPT_INS dependencies on FND_LANGUAGES

Line 337: from fnd_languages l

333: -- Cursor to obtain the list of base and installed languages
334: --
335: cursor csr_ins_langs is
336: select l.language_code
337: from fnd_languages l
338: where l.installed_flag in ('I','B')
339: and not exists (select null
340: from hr_tab_page_properties_tl tpt
341: where tpt.tab_page_property_id = p_tab_page_property_id