Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-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 |