How to determine if a resource is available to a certain user?
This is in version 11.2.0.1.0.
We are developing a sort of report against resources and users. The report should only list resources that a given user has access to, according to the ACL.
So the report needs to find out "is user X allowed to see resource Y?".
What is the fastest and/or best way to find the answer?
The report is generated by a PL/SQL program so it doesn't have to be a SQL-solution. An api would be just as good.
Kind regards
Tomas Albinsson
Stockholm, Sweden