Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
procedure RemoveUsersFromAdHocRole
(role_name in varchar2, role_users in varchar2 default null);
Description
Removes users from an existing ad hoc role.
Arguments (input)
role_name | The internal name of the ad hoc role. |
role_users | List of users to remove from the ad hoc role. The users are delimited by commas or spaces. If null, all users are removed from the role. |
Previous | Next | Contents | Index | Glossary |