New Loacation -> Applications and Business Intelligence



Wednesday, December 28, 2005

Restrict Discoverer Data access?

Restrict Discoverer Data access by apps user_id, org_id, responsibility etc..

A simple solution is to create a simple sql folder in your EUL with the below query

select fnd_global.resp_id,
fnd_global.resp_name,
fnd_global.user_id,
fnd_global.user_name,
fnd_global.employee_id,
fnd_global.per_security_profile_id,
fnd_global.org_id
from dual;

You can use this folder joined to any other folder to restrict data based on user_id, employee_id or org_id

Alternatively you can incorporate the above query in your view to restrict data directly inside the view and use that view in the discoverer EUL folder.

Have a nice day!
http://www.InfoCaptor.com
<--- Create Drills, Dashboards, Monitors -->

1 Comments:

ClaudineZ said...

Hi, this is exactly what I need to do. Do you have more information on how to incorporate the query in the view to restrict data directly inside the view and then use the same view in the discoverer EUL folder.

I have never worked on security in the EUL, is there any paper/article I read up on?

Thanks
Claudine

7:27 AM  

Post a Comment

<< Home