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.

Automatic Row Processing (DML) [Legacy] Applies Commit on Insert When "Return Key Into Item" is Filled

Orhun Uyan3 days ago — edited 3 days ago

Hi Oracle Community,

I have a page process that uses Automatic Row Processing (DML) [Legacy], with the Return Key into Item field set to P52_ID. I’ve noticed that when this field is populated, the process automatically commits the transaction when a new row is created. This behavior makes it impossible to implement certain validation checks on processing.

In some cases, newly created data should be rolled back if processing validations fail, but due to the automatic commit, this is currently not possible.

Does anyone have a solution or workaround to handle this issue effectively?

Apex Version : 23.2.5

Thanks in advance!

Comments

Post Details

Added 3 days ago
3 comments
52 views