Hello.
How can i end form_trigger_failure? I raised form_trigger_failure, but when i come to certain item in record i want that form_trigger_failure stops! how?
You can't stop FORM_TRIGGER_FAILURE. It stops execution of a trigger from which it is raised and that is all. You can use it in every trigger.
This is from help:
The FORM_TRIGGER_FAILURE exception is a predefined PL/SQL exception available only in Form Builder. Because it is predefined, you can raise this exception without having to first define it in the declarative section of a trigger or user-named subprogram.
It seems that you have problems with validation. Maybe there is a loop ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.