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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

IG - Process all submitted rows

partlycloudyFeb 16 2022

APEX 21.2
I use a custom PL/SQL save process with my IG. I would like this process to execute for ALL rows in the grid even if thy have not been modified.
The Execution Scope = For All Submitted rows attribute on the process seems to be designed for this but it doesn't work. Running the page in debug mode shows that the Save process is skipped with a message

...Process "Save  grid" - Type: NATIVE_IG_DML
...Skip because region doesn't contain row

If this can be fixed, what would the custom PL/SQL save process get for APEX$ROW_STATUS? Would it get C (Changed), hopefully?
Any ideas appreciated.
Thanks

Comments
Post Details
Added on Feb 16 2022
9 comments
2,505 views