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!

How to generate Apex Workflow Task Potential Owners list using pl/sql API

amcgugan-OracleAug 18 2023 — edited Aug 18 2023

Apex 23.1

I am working on a workflow approval app where i want to define the potential owners using an api that would return the list of potential owners.

The Doc only shows how to use sql query but i see there are other value types like function body or expression but does not document how these should be configured.

I want to write an api that will return a list of potential owners based on the environment the app is running (e.g. Prod vs Stage vs Dev).

Any help would be appreciated.

This post has been answered by Steve Muench-Oracle on Aug 20 2023
Jump to Answer
Comments
Post Details
Added on Aug 18 2023
3 comments
1,455 views