Apex 5.1.4
Database 11.2
i have three process in my page. The last process can raise error pragmatically by using RIASE_APPLICATION_ERROR. The first two process are inserting data in some tables, last process is verify the data, if there is something wrong then i am raising error.
But the problem is that, it raises the error but data inserted by previous process is not rolled back, so i have Partial Transaction Problem.
Can any body help ?
