DBA Data[Home] [Help]

APPS.BEN_CCT_SHD dependencies on FND_LANGUAGES

Line 701: from ben_cm_typ_f_tl b, fnd_languages l

697: b.last_updated_by,
698: b.last_update_login,
699: b.created_by,
700: b.creation_date
701: from ben_cm_typ_f_tl b, fnd_languages l
702: where l.installed_flag in ('I', 'B')
703: and b.language = userenv('LANG')
704: and not exists
705: (select null