DBA Data[Home] [Help]

APPS.BEN_EAT_SHD dependencies on FND_LANGUAGES

Line 421: from ben_actn_typ_tl b, fnd_languages l

417: b.last_updated_by,
418: b.last_update_login,
419: b.created_by,
420: b.creation_date
421: from ben_actn_typ_tl b, fnd_languages l
422: where l.installed_flag in ('I', 'B')
423: and b.language = userenv('LANG')
424: and not exists
425: (select null