Skip to main content

Posts

Showing posts from October, 2017
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 --...