function GetRoleDisplayName2 (p_role_name in varchar2) return varchar2; pragma restrict_references(GetRoleDisplayName2, WNDS, WNPS);
Returns a Workflow role's display name given the role's internal name, whether the role is active or inactive. GetRoleDisplayName2() is similar to GetRoleDisplayName() except that GetRoleDisplayName() returns information only for currently active roles, while GetRoleDisplayName2() can return information for both active and inactive roles
| p_role_name | The internal name of the role. |