Oracle9iAS Portal Developer Kit

get_sso_proc_path function

Contained in package wwctx_api.

Call this function to generate the Single Sign-On (SSO) Server's fully qualified URL from a partial, or relative URL.

Notes: The SSO Server (Login Server) may reside on the same or a different host machine.

function get_sso_proc_path

(

p_url in varchar2,

p_schema in varchar2 default get_sso_schema

)

return varchar2;

Version: Oracle Portal 3.0.6.6.5 or later

Parameters:

p_url

The relative URL. 

Datatype: in varchar2

p_schema

The schema to prefix to the relative URL.

Datatype: in varchar2
Default: get_sso_schema

Returns:

This function returns the fully qualified URL for the SSO Server.

Exceptions:

This function raises no user-defined exceptions.

Example:

l_process_path := wwctx_api.get_sso_proc_path

(

p_url => 'wwptl_app_favorites?p_arg1=10'

);

Related topics

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