Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
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_name | The internal name of the role. |
Previous | Next | Contents | Index | Glossary |