Hi All,
Kindly requesting you to suggest how to iterate through a loop fully, even after using raise_application_error.
Currently i am using raise to raise exception and continuing in loop by this error message is showing user_defined_exception.
I want to have a clear message where raise_application_error can help, but its coming out of loop when using raise_application_error.
please give some example.