首页 > 代码库 > Oracle EBS-SQL (SYS-5):sys_配置文件查询.sql
Oracle EBS-SQL (SYS-5):sys_配置文件查询.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‘
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。