DBA Data[Home] [Help]

APPS.HR_ITL_INS dependencies on FND_LANGUAGES

Line 334: from fnd_languages l

330: -- Cursor to obtain the list of base and installed languages
331: --
332: cursor csr_ins_langs is
333: select l.language_code
334: from fnd_languages l
335: where l.installed_flag in ('I','B')
336: and not exists (select null
337: from hr_ki_integrations_tl itl
338: where