Oracle9iAS Portal Developer Kit

get_sub_domain member function

Contained in package wwsto_api_session.

Call this function to return the the subdomain of a session store object.

member function get_sub_domain
return varchar2;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns a subdomain name.

Exceptions:

This function raises no user-defined exceptions.

Example:

l_sub_domain := l_user_obj.get_sub_domain;

Related topics

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