In Apex 20.1 How to know report is being called from Subscriptions
we are using Apex 20.1 with Oracle EBS, using the Oracle EBS session(icx_sec.getsessioncookie and fnd_function.test) as authorization for page. Interactive report is working fine while on the page. but when scheduling the report its failing with "ORA-20987: APEX - Custom Error- Access denied by Page security check".
how can i skip the authorization while report is running from Subscriptions. or any way i know report was running from Subscriptions so that i can skip the authorization