Previous  Next          Contents  Index  Glossary

AddUsersToAdHocRole

Syntax

procedure AddUsersToAdHocRole

     (role_name in varchar2,
role_users in varchar2);

Description

Adds users to a existing ad hoc role.

Arguments (input)

role_nameThe internal name of the ad hoc role.
role_users List of users delimited by spaces or commas. Users can be ad hoc users or users defined in an application, but they must already be defined in the Oracle Workflow directory service.


         Previous  Next          Contents  Index  Glossary