How does on implement Oracle Apex region authorization
问题 The bind variable :app_region_id works region however it does not work for the authorization scheme SQL statement for region SELECT WORKSPACE,APPLICATION_ID , PAGE_ID, REGION_ID, REGION_NAME,AUTHORIZATION_SCHEME, :app_region_id from apex_application_page_regions where region_id = :app_region_id Authorisation scheme Scheme type: Exists SQL Query SQL Query: Select 1 from apex_application_page_regions where region_id = :app_region_id; which bind variable should I use to achieve region