为EBS查询用户定制的文件配置是什么?

分类:编程技术 时间:2024-02-20 15:55 浏览:0 评论:0
0
本文将为您详细讲解EBS查询用户定制的文件配置。小编觉得还是比较实用的,所以分享给大家,作为参考。希望您读完本文后有所收获。

select pro.profile_option_name,pro.user_profile_option_name,lev.level_type type,--lev.level_code,lev.level_name,prv.profile_option_valuefrom apps.fnd_profile_options_vl pro,applsys.fnd_profile_option_values prv,(select 10001 level_id ,'站点' level_type,0 level_value,'站点' level_code,'站点' level_namefrom Dualunion allselect 10002 level_id,'应用程序' level_type,app.application_id level_value,app.application_short_name level_code,app.application_name level_namefrom apps.fnd_application_vl appunion allselect 10003 level_id, 'resp 'level_type,resp.responsibility_id level_value,resp.responsibility_key level_code,resp.responsibility_name level_namefrom apps.fnd_responsibility_vl respunion allselect 10004 level_id,'User' level_type,usr.user_idlevel_value,usr.user_name level_code,usr.user_name level_namefrom applsys.fnd_user usr) levwhere pro.profile_option_id = prv.profile_option_id(+)and prv.level_id = lev.level_id(+)and prv.level_value = lev.level_value(+)and pro.user_profile_option_name like 'KW%' --Profile name order by pro.profile_option_name, lev.level_type, lev.level_name;

关于“EBS查询用户自定义文件配置是什么” ?”这篇文章就分享到这里。希望以上内容能够对大家有所帮助,让大家能够学到更多的知识。如果您觉得文章不错,请转发分享。让更多人看到。

1. 本站所有资源来源于用户上传或网络,仅作为参考研究使用,如有侵权请邮件联系站长!
2. 本站积分货币获取途径以及用途的解读,想在本站混的好,请务必认真阅读!
3. 本站强烈打击盗版/破解等有损他人权益和违法作为,请各位会员支持正版!
4. 编程技术 > 为EBS查询用户定制的文件配置是什么?

用户评论