DBA Data[Home] [Help]

APPS.HR_LOT_INS dependencies on FND_LANGUAGES

Line 306: from fnd_languages l

302: -- Cursor to obtain the list of base and installed languages
303: --
304: cursor csr_ins_langs is
305: select l.language_code
306: from fnd_languages l
307: where l.installed_flag in ('I', 'B')
308: and not exists (select null
309: from hr_locations_all_tl lot
310: where lot.location_id = p_location_id