Hi everyone,
I have one modal page that save informations about a folder, this page looks like:

When i click on the save button, i did a lot of actions (insert, update and select one 3 differents tables, add to that im calling a procedure that send mail).
So for that:
- In SAVE button properties, in Behavior Section, i set Action=Submit Page
- In Processing tab, i create 3 Process :
- Update with Type=PLSQL Code, containing 5 steps
- Send Mail Type=PLSQL Code, calling the procedure
- Close Dialog

- My issue:
When i include all 5 steps in one Process , nothing works, but when i separate the steps (with 5 processes), the program works partially