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!
