|
activate_portal_user procedure |
|
Contained in package wwsec_api. Call this procedure to activate an existing but inactive Oracle Portal user. Note: Sets portal_user to 'Y' in the Oracle Portal user record. procedure activate_portal_user (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameter: |
|
|
p_user_name |
The user name of an existing user whose account should be activated. Datatype: in varchar2 |
|
Exceptions:
Example: wwsec_api.activate_portal_user (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |