|
stop_log procedure |
|
Contained in package wwlog_api. Call this procedure to end a logging event that was started by wwlog_api.start_log. Notes:
procedure stop_log (
); |
|
|
Any user can use the stop_log procedure. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_id |
A unique identifier for the logged event. Datatype: integer |
|
p_row_count |
Returns the number of table rows acted upon, or retrieved by the stop_log call.
Datatype: in integer |
|
p_deferred |
Indicates whether the database record should be created or updated by the stop_log call.
Note: The wwlog_api.stop_log command should be called with the same p_deferred value as its corresponding wwlog_api.start_log command. Datatype: boolean |
|
Exceptions:
Example: wwlog_api.stop_log (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |