Oracle9iAS Portal Developer Kit

get_last_updated function

Contained in package wwctx_api.

Call this function to get the time that the current session was last updated.

function get_last_updated

return date;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns the time the current session was last updated.

Exceptions:

If no session exists for the current user, NO_SESSION_EXCEPTION is raised.

Example:

l_update_date date;
l_update_date := wwctx_api.get_last_updated;

Related topics

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