Hi,
1) Is there a way we can capture a user activity in application in APEX 19.1
We wan to capture details of the activity the end users performs after logging into the application.
I had earlier posted this question and received the details tables of below tables which were very helpful, but they store information of the developers at the workspace level.
APEX_WORKSPACE_ACCESS_LOG
APEX_WORKSPACE_ACTIVITY_LOG
APEX_WORKSPACE_LOG_SUMMARY
Are there any tables which which capture end user activity as well -or- any inbuilt feature od APEX we can use.
2) How can I pass the region id from a apex page to a PL/SQL function in the Authorization Scheme.
I have a custom authorization sheme which is based on a PL/SQL function.
xx_apex_pkg.validate(:APP_PAGE_ID);
here i am able to capture the page id and pass it to the function.
Is there a way I can capture the region Id which has been clicked and pass it on to the function in authorization scheme.
Thanks !