Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX application user activity loga

RotanMar 19 2020 — edited Mar 31 2020

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 !

Comments
Post Details
Added on Mar 19 2020
5 comments
535 views