procedure GetRoleName (p_orig_system in varchar2, p_orig_system_id in varchar2, p_name out varchar2, p_display_name out varchar2);
Returns a Workflow display name and role name for a role given the system information from the original user and roles repository.
| p_orig_system | Code that identifies the original repository table. |
| p_orig_system_id | ID of a row in the original repository table. |