DBA Data[Home] [Help]

APPS.PER_CNT_INS dependencies on FND_LANGUAGES

Line 338: from fnd_languages l

334: -- Cursor to obtain the list of base and installed languages
335: --
336: cursor csr_ins_langs is
337: select l.language_code
338: from fnd_languages l
339: where l.installed_flag in ('I','B')
340: and not exists (select null
341: from per_ri_configurations_tl cnt
342: where cnt.configuration_code = p_configuration_code