Oracle Workflow API Reference Release 2.6.3 Part Number B10286-02 |
Previous | Next | Contents | Index | Glossary |
procedure Propagate_User_Role
(p_user_orig_system in varchar2,
p_user_orig_system_id in number,
p_role_orig_system in varchar2,
p_role_orig_system_id in number,
p_start_date in date default null,
p_expiration_date in date default null);
Description
Synchronizes the information for an association of a user and a role from an application table with the WF_LOCAL_USER_ROLES table.
Arguments (input)
p_user_orig_ system | A code that you assign to the directory repository that is the source of the user information. |
p_user_orig_ system_id | The primary key that identifies the user in this repository system. |
p_role_orig_ system | A code that you assign to the directory repository that is the source of the role information. |
p_role_orig_ system_id | The primary key that identifies the role in this repository system. |
p_start_date | The date at which the association of this user with this role becomes valid in the directory service. |
p_expiration_ date | The date at which the association of this user with this role is no longer valid in the directory service. |
Previous | Next | Contents | Index | Glossary |