DBA Data[Home] [Help]

APPS.HR_PFT_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 hr_all_positions_f_tl pft
327: where pft.position_id = p_position_id