R12: How To Configure Access To Request Output Of The Same Responsibility (Doc ID 804296.1) To Bottom

In this Document

  Goal
  Solution

APPLIES TO:

Oracle Concurrent Processing - Version 12.2.4 to 12.2.4 [Release 12.2]
Oracle User Management - Version 12.0.6 to 12.2.4 [Release 12 to 12.2]
Oracle Application Object Library - Version 12.0.6 to 12.2.4 [Release 12 to 12.2]
Information in this document applies to any platform.
Checked for relevance on 22-DEC-2013

GOAL

How To Configure Access To Request Output Of The Same Responsibility in R12?

SOLUTION

1. As SYSADMIN user with “Functional Developer” responsibility, update object "Concurrent Requests".

Search for object Concurrent Requests.
    Click on Concurrent Requests.
    Click on Object Instance Sets tab.
    Click on Create Instance Set button.
    Enter Name, Code and Description for new instance set.
  - Enter the following for predicate:

&TABLE_ALIAS.request_id in (select cr.request_id from fnd_concurrent_requests cr where
cr.responsibility_id = fnd_global.resp_id and cr.responsibility_application_id =
fnd_global.resp_appl_id)

2. As the SYSADMIN user with “User Management”, go to Roles and Role Inheritance tab.

Create a Role and then create a Grant for the Role. 
   Enter Name and Description for the new Grant.
   For the Data Security Object enter “Concurrent Requests”.
   Click Next and provide the Data Content Type of “Instance Set”.
   Click Next and for Instance Set choose instance set created in step #1.
   The permission Set is “Request Operations”.

(Note: There are no parameters for the grant).

3. Assign this role to users as needed. The users with this role will be able to see the log and
output files for the same as responsibility.

Query the User Name you want to add the new role to. 
    Click on the Update icon. 
    Click Assign Roles button and find the new role. 
    Save and Apply to activate the new role.

方法:

参照以下配置可以做到看到所有人的请求、输出、日志

(效果是在任何职责下,均可以查询任意用户的请求、输出、日志。均需要在sysadmin用户下操作,注意,不是system administrator职责)

配置逻辑是设置一个权限,然后分配给用户。

1. As the SYSADMIN user with “User Management”, go to Roles and Role Inheritance tab.

Create a Role and then create a Grant for the Role.

Enter Name and Description for the new Grant.  Application name "Application Object Library".

For the Data Security Object enter “Concurrent Requests”.

Click Next and provide the Data Content Type of “all rows”.

Click Next

The permission Set is “Request Operations”.

(Note: There are no parameters for the grant).

2. Assign this role to users as needed. The users with this role will be able to see the log and output files for the same as responsibility.

Query the User Name you want to add the new role to.

Click on the Update icon.

Click Assign Roles button and find the new role.

Save and Apply to activate the new role.

之后切换回自己的用户,就发现可以看到别人的请求和输出了。

Note: If you go through CONCURRENT -- REQUESTS the output button will still be disabled, this is an issue that is haven't been solved yet.

----

1. As the SYSAMIN user with “Functional Developer”, update object "Concurrent Requests".

Search for FND_CONCURRENT_REQUESTS.
     Click on "Concurrent Requests".
     Click on "Object Instance Sets" tab.
     Click on Create Instance Set button.
     Enter Name, Code and Description for new instance set.
  
  - Enter the following for predicate:

&TABLE_ALIAS.request_id in (select cr.request_id from fnd_concurrent_requests cr where
         cr.responsibility_id = fnd_global.resp_id and cr.responsibility_application_id =
         fnd_global.resp_appl_id)

2. As the SYSAMIN user with “User Management”, go to Role Categories tab
    
     Update -- Add another row
     Enter name for a new category and apply
     Under Tab Roles & Role Inheritance

3. As the SYSAMIN user with “User Management”, go to Roles and Role Inheritance tab.

3.1 Create a Role and then create a Grant for the Role. (For each responsibility that you want to modify)
     
    Enter Name and Description for the new Grant.
    Enter Category created on step 2.
    Search for Application name "Application Object Library".
    Save

3.2 Create Grant (2 new Grants)
   
   3.2.1 Enter Name and Description for the new Grant. (Responsibility)
         For the Data Security Object enter “Concurrent Requests”.
         Click Next and provide the Data Content Type of “Instance Set”.
         Click Next and for Instance Set choose instance set created in step #1.
         Click Next For Instance Set Details add the following parameters
         
          - parameter 1: Name_for_the_responsibility (i.e System Administrator)
          - parameter 2: FND
         
         For Set (Select the permission set or menu navigation set that defines the grantee's access.) use "Request Operations".
         Finish
  
   3.2.2 Enter Name and Description for the new Grant. (Request_Group) 
         For the Data Security Object enter “Concurrent Programs”.
         Click Next and provide the Data Content Type of “Instance Set”.
         Click Next and for Instance Set choose instance set "Programs that can be accessed".
         Click Next For Instance Set Details add the following parameters
         
          - parameter 1: Name_from_the_responsibility_Request_Group  (i.e System Administrator Reports)
          - parameter 2: FND
         
         For Set (Select the permission set or menu navigation set that defines the grantee's access.) use "Request Operations".
         Finish

4. Assign this role to users as needed. The users with this role will be able to see the log and
 output files for other user in the same responsibility.

Sing as sysadmin --> User Management Responsibility --> SubMenu User

Query the User Name you want to add the new role to.
     Click on the Update icon.
     Click Assign Roles button and find the new role.
     Save and Apply to activate the new role.

5.     Run concurrent program :
       5.1  "Workflow Directory Services User/Role Validation" Parameters : 10000, Yes, Yes, Yes
       
       
 NOTE: the request must be executed by using the following Navigation Menu:

6. Log Into the Application
    VIEW--REQUESTS

Note: If you go through CONCURRENT -- REQUESTS the output button will still be disabled, this is an issue that is haven't been solved yet.
This  is an expected behavior , because the Standard form to view requests  will be provide a different behavior depending on  what mode is begin  run(administrator mode or normal mode). 
As we can see:

Responsibility/Navigation:   System Administrator - Requests - View , 
it's calling the function  FND_FNDCPQCR_SYS (View All Concurrent Requests (Administrator Mode))  With the parameter MODE="SYS".

In the other one is calling the function with Normal mode. That's the reason of the difference.

You can see explanation about Administrator Mode.

Using  Administrator Mode :  Using the Responsibility Navigation menu ->  Requests ->View  to open the Find Requests form, 
opens the form in  administrator mode and does not use RBAC. Although you may be able to  query another user's requests, 
the view output button will be disabled  even if a valid grant exists. 
The view requests form needs to be opened  in RBAC mode using the 'View -> Requests' navigation.  
With a valid  grant in place, the view output button should be enabled.

EBS中查看其他用户或所有用户的请求和输出文件的更多相关文章

  1. Oracle中查看所有的表,用户表,列名,主键,外键

    在Oracle中查看所有的表: select * from tab/dba_tables/dba_objects/cat; 看用户建立的表 : select table_name from user_ ...

  2. EBS 中查看LOV中的查询语句

    http://blog.csdn.net/shishun123/article/details/6874824 一直有实施顾问询问我XXForm的XX LOV是什么逻辑,取数SQL是什么来着,以前比较 ...

  3. <转>ORACLE EBS中查看某个Request的Output File

    由于某些权限的限制,有时候哪怕System Administrator职责也只能看到某个Request信息,但是不能查看它的Output File(在“Requests Summary”窗口中“Vie ...

  4. ORACLE EBS中查看系统已经打过的补丁

    SELECT COUNT (BUG_NUMBER)  FROM AD_BUGS WHERE BUG_NUMBER LIKE '%7303031%'  --对应 patch号 ; --TABLESAD_ ...

  5. ORACLE创建表空间、创建用户、更改用户默认表空间以及授权、查看权限

    Oracle创建用户.表空间.导入导出....命令 //创建临时表空间 create temporary tablespace ext_temptempfile 'D:\oracle\product\ ...

  6. PHP自学2——将用户提交表单存储到外部普通文件中

    在上一节中我们已经实现了将用户的订单信息提交到服务器端,然后服务器端将提交信息返回并显示到页面上.这一节将把上一节用户的订单信息保存到外部的普通文件中(即.txt文本文件中). 本节代码将用户提交的订 ...

  7. Linux学习总结(十二)—— CentOS用户管理:创建用户、修改用户、修改密码、密码有效期、禁用账户、解锁账户、删除用户、查看所有用户信息

    文章首发于Linux学习总结(十二)-- CentOS用户管理,请尊重原创保留原文链接. 创建用户 useradd -g webadmin -d /home/zhangsan zhangsan pas ...

  8. Linux查看用户属于哪些组/查看用户组下有哪些用户

    一.关于/etc/group格式的讨论 在说/etc/group格式的时候,网上很多文章都会说是“组名:组密码:组ID:组下用户列表”,这说法对了解/etc/group格式是没问题的,但如果碰到“查看 ...

  9. MySQL中实现DROP USER if EXISTS `test`,即创建新用户时检测用户是否存在

    MySQL中实现DROP USER if EXISTS `test`,即创建新用户时检测用户是否存在    版权声明:本文为博主原创文章,欢迎大家转载,注明出处即可.有问题可留言,会尽快回复,欢迎探讨 ...

随机推荐

  1. phantomjs问题收集

    1. phantomjs如果遇到重定向的url,两个页面都会加载,onInitialized只会执行一次,onResourceReceived会执行两次.我试过在onInitialized加一段代码, ...

  2. socket.io的connect连接时不断的进行自动连接,并产生错误net::ERR_EMPTY_RESPONSE

    socket = io.connect('http://192.168.1.200:9043?uuid=333'); 执行上面的语句时,产生下面的错误: 后来经过排查,是由于项目的jdk版本过低引起的 ...

  3. centos下安装配置jetty

    下载jdk-8u144-linux-x64.tar.gz # tar -zxvf jdk-8u144-linux-x64.tar.gz # mv jdk1.8.0_144 /usr/java/ # u ...

  4. Reduce 和 Transduce 的含义

    一.reduce 的用法 reduce是一种数组运算,通常用于将数组的所有成员"累积"为一个值. var arr = [1, 2, 3, 4]; var sum = (a, b) ...

  5. DNA计算机及DNA存储

    傅里叶变换到量子水平,可编程元素到原子分子核能,都可以极大的改变有机体(高级有机体都是有寿命的,例如人类),如果可以出现机械体,核能提供能量:并结合类似高级生物大脑的有机体大脑,不断学习进化,甚至优化 ...

  6. 统计方形(NOIP1997)

    给链接:统计方形 这题是棋盘问题的数据加强版. 其实由于洛谷的数据比较水,所以你把我在棋盘问题题解中写的代码提交,也能AC. 但让给我们来看一个更优的解法. 先给代码: #include<bit ...

  7. [RequireComponent(typeof(....))]

    RequireComponent的使用: 当你添加的一个用了RequireComponent组件的脚本,需要的组件将会自动被添加到game object(游戏物体).这个可以有效的避免组装错误.举个例 ...

  8. Devexpress VCL Build v2015 vol 15.1.2发布

    2015年马上过半年了.终于第一个大版出来了. What's New in 15.1.2 (VCL Product Line)   New Major Features in 15.1 What's ...

  9. presentation skills

    下面是从一个网站摘录下来的关于presentation skill需要回答的14个问题:网站的地址为:http://www.mindtools.com/pages/article/newCS_96.h ...

  10. 学会谈判zz

    经常有人问我,为什么谈判到你手里就变得那么容易?你有什么诀窍?其实只要是谈判,涉及双方利益,就绝不会轻松.之所以能谈判成功,仔细想想秘诀无非是两个字:“双赢”.要想成功,就要双方都受益.如果你一开始就 ...