|
add procedure (domain, ID, context) |
|
Contained in package wwerr_api_error. Call this procedure to add an error to the error stack, given the domain, ID, and context. Notes:
procedure add (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_domain |
The short name of the product in which the error occurred. Datatype: in varchar2 |
|
p_id |
The ID number of the error. Datatype: in integer |
|
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: If 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 |