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!

Call Apex Page Process

Juan ValdezMar 19 2024

As in a dynamic action of type pl/sql the number of characters is limited, can a page process be called from a dynamic action of type "execute server side code"?, only so that the dynamic action serves as a means of orchestration of the business logic (da_01 call proc_01, proc_02, etc, based on a variable value).

I know that you can make a call from JS (apex.server.process) or that I can orchestrate the logic from the page processes without needing to add the dynamic action, but its traceability is confusing.

This post has been answered by InoL on Mar 19 2024
Jump to Answer
Comments
Post Details
Added on Mar 19 2024
3 comments
212 views