Hello
This is my first participation in this forum, it is about creating a manual process for DML actions.
I was able to successfully create actions of CREATE, UPDATE, but DELETE remains unsuccessful. I did not delete the standard DML process, just disabled it, using a server-side condition.
No error occurs and even in debug mode there are no clues.
| 0.06393 | 0.00092 |
...Process "DML DELETE" - Type: NATIVE_PLSQL
| 4 |
1%
|
| 0.06485 | 0.00092 |
SQL Statement prepared: line count=1, first index=1, last index=1, characters=64, found binds=1
| 4 |
1%
|
| 0.06577 | 0.00004 |
Branches - point: AFTER_PROCESSING
| 4 |
0%
|
| 0.06581 | 0.00014 |
...Branch "f?p=&APP_ID.:2:&SESSION.&success_msg=#SU" - Type: REDIRECT_URL
| 4 |
0%
|
| 0.06594 | 0.00073 |
......Branch to URL (Redirect) f?p=&APP_ID.:2:&SESSION.&success_msg=#SUCCESS_MSG#
| 4 |
1%
|
| 0.06667 | 0.00016 |
Stop APEX Engine detected
| 4 |
0%
|
| 0.06682 | - |
Final commit
|
I have a public schema for testing purposes; https://apex.oracle.com/pls/apex/f?p=152804:2
Below a DML DELETE process code
