Error handling in Package used by Oracle 9i Form [message #146587] |
Fri, 11 November 2005 05:43 |
adamjsawyer
Messages: 79 Registered: April 2005 Location: Perth, Western Australia ...
|
Member |
|
|
I am creating a package to be used by an Oracle 9i Form. It will also later be used by a web plsql application running on the application server. My question is: If I don't do any error handling in the package, will the error propogate to my form to be displayed in its ON-ERROR handler? or is there something else I have to do. Furthermore, how will this affect my web plsql application later? Will I need to create two packages, one with error handling and one without?
Sorry if I've posted in the wrong place, my question covers several areas
thx
adam
|
|
|
|