Report Access Level EBS version in R12.2.4.
Below are method to restriction/disable viewing concurrent requests submitted by other users in EBS R12.2
11i there is a profile option: "Concurrent: Report Access Level" that defines who can access the output of concurrent requests. It could be set to 'User' or 'Responsibility'. When set to Responsibility, the responsibility the report was created under must be assigned to the user who wishes to view the report.
Note: In previous releases, the Concurrent: Report Access Level profile was used to control privileges to report output files and log files generated by a concurrent program. This profile is no longer used
In R12 this was replaced by Role Based Access Control. The UMX Role Based Access Control (RBAC) is to control who can view request output files.
Below are steps which I performed to restriction on view except sysadmin user.
Functional Administrator --> Security --> Grants --> DEFAULT_ACCESS_VIEWREQ
Updated following:
Under 'Security Context',
Grantee Type --> Specific User
Grantee --> Given one of active user( I used here SYSADMIN)
Set specific user for all below motioned Grants.
Concurrent request Grants Update and Assign from All Users to Specific User “SYSADMIN”
• ECO Implementation Concurrent Request Grant
• ECO Implementation Concurrent Request Grant
• XDO Concurrent Request Security
• DEFAULT_ACCESS_VIEWREQ
• XDO Concurrent Request Security
• IPM System Administration Concurrent Requests Grant
• ECO Implementation Concurrent Request Grant
• ECO Implementation Concurrent Request Grant
• XDO Concurrent Request Security
• DEFAULT_ACCESS_VIEWREQ
• XDO Concurrent Request Security
• IPM System Administration Concurrent Requests Grant
example for one Grant:
Comments
Post a Comment