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 22.1 Task Context Settings

user2460335Aug 2 2022

We want to use our own list of users rather than APEX users. That means we need to control the built-in context so that context like MY_TASKS has a value we give it.
apex_approval.get_tasks ( p_context => 'MY_TASKS' )
apex_approval.get_tasks ( p_context => 'INITIATED_BY_ME' )
apex_approval.get_tasks ( p_context => 'ADMIN_TASKS' )
Thank you.

Comments
Post Details
Added on Aug 2 2022
3 comments
641 views