DBA Data[Home] [Help]

APPS.PER_GDT_INS dependencies on FND_LANGUAGES

Line 323: from fnd_languages l

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