DBA Data[Home] [Help]

APPS.HR_FCT_INS dependencies on FND_LANGUAGES

Line 324: from fnd_languages l

320: -- Cursor to obtain the list of base and installed languages
321: --
322: cursor csr_ins_langs is
323: select l.language_code
324: from fnd_languages l
325: where l.installed_flag in ('I','B')
326: and not exists (select null
327: from hr_form_canvases_tl fct
328: where fct.form_canvas_id = p_form_canvas_id