DBA Data[Home] [Help]

APPS.PER_STL_INS dependencies on FND_LANGUAGES

Line 326: from fnd_languages l

322: -- Cursor to obtain the list of base and installed languages
323: --
324: cursor csr_ins_langs is
325: select l.language_code
326: from fnd_languages l
327: where l.installed_flag in ('I','B')
328: and not exists (select null
329: from per_ri_setup_tasks_tl stl
330: where stl.setup_task_code = p_setup_task_code