您的位置:首页 > 数据库 > Oracle

Oracle EBS-SQL (SYS-23):用户权限查询.sql

2014-06-09 15:43 561 查看
select b.user_name,

b.description,

b.creation_date,

d.responsibility_name from fnd_user b,

fnd_user_resp_groups c,

fnd_responsibility_tl d

where b.end_date is null

and b.user_id=c.user_id

and c.responsibility_id=d.responsibility_id

and d.language='ZHS'

order by b.user_name
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: