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 - Manual process delete has no efect

RickyMBruApr 25 2018 — edited Apr 25 2018

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

pastedImage_0.png

This post has been answered by fac586 on Apr 25 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2018
Added on Apr 25 2018
6 comments
582 views