DBA Data[Home] [Help]

APPS.BEN_BNR_SHD dependencies on FND_LANGUAGES

Line 436: from ben_rptg_grp_tl b, fnd_languages l

432: b.last_updated_by,
433: b.last_update_login,
434: b.created_by,
435: b.creation_date
436: from ben_rptg_grp_tl b, fnd_languages l
437: where l.installed_flag in ('I', 'B')
438: and b.language = userenv('LANG')
439: and not exists
440: (select null