Oracle9iAS Portal Developer Kit

get_portal_login_link_text function

Contained in package wwsec_api.

This function returns the hyperlink text string for the login or logout link, depending on whether the user is logged in or out.

function get_portal_login_link_text return varchar2;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns the text for the login or logoff link.

Exceptions:

This function raises no exceptions.

Example:

begin

htp.anchor

(

curl => wwsec_app_priv.get_portal_login_url,

ctext => wwsec_app_priv.get_portal_login_link_text

);

end;

Related topics

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