|
add procedure (domain, sub-domain, name, context) |
|
Contained in package wwerr_api_error. Call this procedure to add an error to the error stack, given the domain, sub-domain, name and context. Notes:
procedure add (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_domain |
The short name of the product or domain in which the error occurred. Datatype: in varchar2 |
|
p_sub_domain |
The subsystem that generated the error.
Datatype: in varchar2 |
|
p_name |
The name of the error within the domain and sub-domain. Datatype: in varchar2 |
|
p_context |
The name of the function in which the error occurred. Datatype: in varchar2 |
|
p1, p2, ... p9 |
Passed-in values for the resulting display message.
Datatype:
in varchar2 |
|
Exceptions: When an error occurs, a PROVIDER_EXECUTION_EXCEPTION is raised. Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |