DBA Data[Home] [Help]

APPS.PER_RSL_INS dependencies on FND_LANGUAGES

Line 331: from fnd_languages l

327: -- Cursor to obtain the list of base and installed languages
328: --
329: cursor csr_ins_langs is
330: select l.language_code
331: from fnd_languages l
332: where l.installed_flag in ('I','B')
333: and not exists (select null
334: from per_rating_scales_tl rsl
335: where