杨叔叔 发表于 2015-9-23 13:55:29

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
wherev.profile_option_id(+) = l.profile_option_id
            and fu.user_id = v.created_by
            and fu.user_name = '&user_name'
页: [1]
查看完整版本: Oracle EBS-SQL (SYS-5):sys_配置文件查询.sql