Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
function ChangeLocalUserName
(OldName in varchar2,
NewName in varchar2,
Propagate in boolean default TRUE)
return boolean;
Description
Changes a user's name in the WF_LOCAL_ROLES table. Returns TRUE if the name change completes successfully; otherwise, the API returns FALSE.
Arguments (input)
OldName | The current name of the user. |
NewName | The new name for the user. |
Propagate | Specify TRUE to change all occurrences of the old user name to the new user name. |
Previous | Next | Contents | Index | Glossary |