Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
procedure AdHocDirectory
(end_date in date default sysdate);
Description
Purges all users and roles in the WF_LOCAL_* tables whose expiration date is less than or equal to the specified end_date and that are not referenced in any notification.
Arguments (input)
end_date | Date to purge to. |
Previous | Next | Contents | Index | Glossary |