DBA Data[Home] [Help]

APPS.HR_HTL_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 hr_ki_hierarchies_tl htl
335: where