| Previous | Next | Contents | Index | Glossary |
function GetRoleDisplayName
(p_role_name in varchar2)
return varchar2;
pragma restrict_references(GetRoleDisplayName, WNDS,
WNPS);
Description
Returns a Workflow role's display name given the role's internal name.
| Arguments (input)
| p_role_nameThe internal name of the role. |
| Previous | Next | Contents | Index | Glossary |