DBA Data[Home] [Help]

APPS.HR_LOT_SHD dependencies on FND_LANGUAGES

Line 238: from hr_locations_all_tl b, fnd_languages l

234: b.created_by,
235: b.creation_date,
236: l.language_code,
237: b.source_lang
238: from hr_locations_all_tl b, fnd_languages l
239: where l.installed_flag in ('I', 'B')
240: and b.language = userenv('LANG')
241: and not exists
242: (select null