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!

Execute PL/SQL Process for all rows in Interactive Grid

John_KJul 8 2020 — edited Jul 8 2020

I have an interactive grid populated by a SQL query, which has one column that is editable. However when the user submits, I want to execute a process for every row in the table, not just the ones the user changed. I tried this property on the process but still doesn't get called for non-modified records:

pastedImage_5.png

Interestingly, the help for that option talks about validations - when this is in fact a process.

pastedImage_4.png

APEX 19.2

This post has been answered by Veerendra Patil on Jul 8 2020
Jump to Answer
Comments
Post Details
Added on Jul 8 2020
4 comments
3,519 views