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

系统配置SQL profile

时间:2014-09-25 14:23:19      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   div   sp   on   c   log   

 

select M.RESPONSIBILITY_NAME,
       B.PROFILE_OPTION_NAME,
       X.USER_PROFILE_OPTION_NAME,
       t.profile_option_value,x.*
  from FND_PROFILE_OPTION_VALUES t,
       FND_RESPONSIBILITY_VL     M,
       FND_PROFILE_OPTIONS       B,
       FND_PROFILE_OPTIONS_TL    x
 where --t.profile_option_id(+) = 1991 and
 t.level_id(+) = 10003
 AND T.LEVEL_VALUE(+) = M.RESPONSIBILITY_ID
 AND T.profile_option_id = B.profile_option_id
 and x.LANGUAGE = ZHS
 and B.PROFILE_OPTION_NAME = X.PROFILE_OPTION_NAME
 and M.RESPONSIBILITY_NAME like %%应付%

 

系统配置SQL profile

标签:style   blog   color   io   div   sp   on   c   log   

原文地址:http://www.cnblogs.com/toowang/p/3992397.html

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