select b.user_name UserID, b.description User_Name, f.RESPONSIBILITY_NAME RESPONSIBILITY from FND_USER_RESP_GROUPS a, FND_USER b, FND_RESPONSIBILITY c, FND_APPLICATION_TL d, FND_MENUS e, FND_RESPONSIBILITY_TL f where a.USER_ID = b.USER_ID and a.RESPO…
http://www.orapub.cn/posts/1624.html 一.以下在Oracle APP中执行: 1) Set the Profile Option: ‘Initialization SQL Statement – Custom’ at the USER level to the following statement all on one line: 在用户层设置配置文件 Initialization SQL Statement – Custom的值为以下脚本(一般粘帖复制即可…