DBA Data[Home] [Help]

APPS.HR_WPT_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_window_properties_tl wpt
341: where wpt.window_property_id = p_window_property_id