"Johan Verlinden" <johan.verlinden (AT) iris (DOT) be> wrote
Quote:
We are using Forms6i with a Orcake8i database.
We call a stored procedure from within our trigger code. Can anyone tell
me
how I have to handle possible exceptions happening in the procedure on the
server side. Can we catch exceptions occuring on the server in our trigger
code? |
any exception not handled by any PL/SQL block (ie, the stored procedure) is
propagated to the calling environment (ie, Forms 6i) and can be handled with
standard PL/SQL exception handling
so, this should be a piece of 'Orcake' ;-)
-- mcs