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 5 Automatic Row Processing (DML) update fails

unficypMay 27 2015 — edited May 27 2015

Hi all,

i need some help because it seems that i'm missing something to get this working:

- i have a page with form containing some updateable items and some hidden items.

- i have a button in the same page opening a modal dialog.

- the modal dialog contains a tabular form, including a "Close Dialog" process

- the button for the modal dialog contains a "Dialog Closed" DA.

- there are 2 true actions:

   - Executing some plsql code to update a hidden field called P210_DATE_MODIFIED with sysdate.

   - Submit the Page using a request called SAVE_CARS.

Debugging this stuff shows:

...Session State: Saved Item "P210_DATE_MODIFIED" New Value="27.05.2015 14:55:44"

and later:

...Process "Process Row of CAMPAIGN_DATA" - Type: NATIVE_FORM_PROCESS

......Skip because built-in condition of process type evaluates to FALSE.

(there are no conditions on this process.)

The data doesnt get updated.

What does "built-in condition of process type" mean ?

How can i find out why there is no update running ? i thought that setting P210_DATE_MODIFIED to a new value is enough to trigger the update.

EDIT: Supported Operation is set to "Update" for the Automatic Row Fetch.

thanks & regards,

gerald

This post has been answered by Patrick Wolf-Oracle on May 27 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2015
Added on May 27 2015
2 comments
2,462 views