procedure AddUsersToAdHocRole (role_name in varchar2, role_users in varchar2);
Adds users to an existing ad hoc role.
Note: A role can contain only individual users as its members. It cannot contain another role.
| role_name | The internal name of the ad hoc role. |
| role_users | The list of users, delimited by spaces or commas. For example: 'USER1,USER2,USER3' or 'USER1 USER2 USER3' Users can be ad hoc users or users defined in an application, but they must already be defined in the Oracle Workflow directory service. |