码迷,mamicode.com
首页 > 数据库 > 详细

Oracle EBS-SQL (SYS-5):sys_配置文件查询.sql

时间:2014-06-09 17:38:39      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:c   a   文件   name   for   sql   

select    distinct l.profile_option_name, 
            v.profile_option_value, 
            fu.user_name
form     applsys.fnd_profile_option_values v,
            apps.fnd_profile_options_vl          l,
            apps.fnd_user                             fu
 where  v.profile_option_id(+) = l.profile_option_id
            and fu.user_id = v.created_by
            and fu.user_name = ‘&user_name‘

Oracle EBS-SQL (SYS-5):sys_配置文件查询.sql,布布扣,bubuko.com

Oracle EBS-SQL (SYS-5):sys_配置文件查询.sql

标签:c   a   文件   name   for   sql   

原文地址:http://www.cnblogs.com/st-sun/p/3777531.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!