Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

SetAdHocUserAttr

Syntax

procedure SetAdHocUserAttr

 (user_name in varchar2,
display_name in varchar2 default null,
notification_preference in varchar2 default null,
language in varchar2 default null,
territory in varchar2 default null,
email_address in varchar2 default null,
fax in varchar2 default null);

Description

Updates the attributes for an ad hoc user.

Attention: If you implement Oracle Internet Directory integration, you must maintain your users only through OID. You must not use the SetAdHocUserAttr( ) API to update user information in the WF_LOCAL_USERS 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 ad hoc user to update.
display_name A new display name for the ad hoc user. If null, the display name is not updated.
notification_preference A new notification preference of 'MAILTEXT', 'MAILHTML', 'MAILATTH', 'QUERY' or 'SUMMARY'. If null, the notification preference is not updated.
language A new value of the database NLS_LANGUAGE initialization parameter for the ad hoc user. If null, the language setting is not updated.
territory A new value of the database NLS_TERRITORY initialization parameter for the ad hoc user. If null, the territory setting is not updated.
email_address A new valid electronic mail address for the ad hoc user. If null, the electronic mail address is not updated.
fax A new fax number for the ad hoc user. If null, the fax number is not updated.
 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.