DBA Data[Home] [Help]

APPS.BEN_CCT_SHD dependencies on FND_LANGUAGES

Line 706: from ben_cm_typ_f_tl b, fnd_languages l

702: b.last_updated_by,
703: b.last_update_login,
704: b.created_by,
705: b.creation_date
706: from ben_cm_typ_f_tl b, fnd_languages l
707: where l.installed_flag in ('I', 'B')
708: and b.language = userenv('LANG')
709: and not exists
710: (select null