|
set_context procedure |
|
Contained in package wwctx_api. Call this procedure to set the context for the current browser session. This function creates a session row in the Oracle Portal global context sub-system, and sets the following values for the appropriate columns:
Notes:
procedure set_context (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_user_name |
The user's login name. Datatype: in varchar2 |
|
p_password |
The user's Single Sign-On (SSO) password. Datatype: in varchar2 |
|
p_company |
The name of the company associated with this user. Note: This field is available in Oracle9iAS Portal 9.0.2 or later. Datatype: in varchar2 |
|
Exceptions: If the user name or password is not valid, an AUTHENTICATION_EXCEPTION is raised. Example: wwctx_api.set_context (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |