DBA Data[Home] [Help]

APPS.HR_ORT_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 hr_all_organization_units_tl ort
342: where ort.organization_id = p_organization_id