Skip Headers

Oracle Workflow API Reference
Release 2.6.3

Part Number B10286-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

SetAdHocUserStatus

Syntax

procedure SetAdHocUserStatus

(user_name in varchar2,
status in varchar2 default 'ACTIVE');

Description

Sets the status of an ad hoc user as 'ACTIVE' or 'INACTIVE'.

Attention: If you implement Oracle Internet Directory integration, you must maintain your users only through OID. You must not use the SetAdHocUserStatus( ) API to update user information in the WF_LOCAL_ROLES table, because you risk discrepancies in your user information and unpredictable results if you use any tool other than OID to maintain users after integrating with OID.

Arguments (input)

user_name The internal name of the user.
status A status of 'ACTIVE' or 'INACTIVE' to set for the user. If null, the status is 'ACTIVE'.

         Previous  Next          Contents  Index  Glossary


Oracle Logo
Copyright © 2003 Oracle Corporation.

All rights reserved.