Steps to restrict Buyer and Procurement Superuser not to access other roles report and they should only have access to Purchasing related reports in Oracle Fusion ERP Application
Step1: Edit the page
Step2: Create Sandbox
Step3: Click on check box (Structure, Page Integration, Page Composer) during Sandbox creation
Step4: Click on create and enter to sanbox
Step5: Click on navigaton icon to select Structure which is under configuration menu

Step6: Click on Report name to restrict

Step7: Click on edit icon of highlighted ‘show springboard’ and select ‘EL Expression’ from the list of value

Step8: Paste below script into expression box to restrict report from the user whoever is having this two roles

{! (securityContext.userInRole['ORA_PON_SUPPLIER_BIDDER_ABSTRACT'] || securityContext.userInRole['ORA_POS_SUPPLIER_SELF_SERVICE_ADMINISTRATOR_ABSTRACT']) }
Step9: Click on Publish button to submit the sandbox

Step10: Click on ‘Publish’ button to submit the sandbox

Step11: Click on ‘Continue to Publish’ button to publish sandbox
