My authorization scheme has plsql function call like access_control.region_no_display(:role, :region_static_id) has a parameter called region_static_id which is region static id. Now from every region I call this authorization scheme and want to set value to region_static_id pageitem.
How to achieve this.. since I cant send different parameters based on different region static id.