Oracle9iAS Portal Developer Kit

get_count function

Contained in package wwerr_api_error.

Call this function to return the number of entries in the current error stack.

function get_count

return number;

Version: Oracle9iAS Portal 9.0.2 or later

Returns:

This functions returns a number indicating how many entries are in the error stack.

Exceptions:

This function raises no user-defined exceptions.

Example:

declare

l_err_cnt number

begin

l_err_cnt := wwerr_api_error.get_count;

end;

 

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio