| Oracle Workflow Guide Release 2.6.2 Part Number A95265-03 |
![]() |
![]() |
![]() |
![]() |
|||||
| Contents | Index | Glossary | Master Index | Feedback |
procedure SetAdHocUserExpiration
(user_name in varchar2,
expiration_date in date default sysdate);
Description
Updates the expiration date 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 SetAdHocUserExpiration( ) 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. |
| expiration_date | New expiration date. If null, the procedure defaults the expiration date to sysdate. |
| Previous | Next | Contents | Index | Glossary |
