DBA Data[Home] [Help]

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