|
show_error_page procedure |
|
Contained in package wwerr_api_error_ui. Call this procedure to display an HTML page for errors that don't get generated from Oracle Portal. The page also contains a Back link. For example, during file upload mod_plsql checks the quota of the file
being uploaded. If it detects a quota violation mod_plsql calls a URL
(passed by Oracle Portal) to display the error message based on the type
of quota violated. procedure show_error_page (
); |
|
Version: Oracle Portal 9.0.2 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: This function raises no user-defined exceptions. Example: ...
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |