Previous | Next | Contents | Index | Glossary | Library |
procedure SetItemUserKey
(itemtype in varchar2, itemkey in varchar2, userkey in varchar2);
Description
Lets you set a user-friendly identifier for an item in a process, which is initially identified by an item type and item key. The user key is intended to be a user-friendly identifier to locate items in the Workflow Monitor and other components of Oracle Workflow.
Arguments (input)
| itemtypeA valid item type. |
itemkey | A string generated from the application object's primary key. The string uniquely identifies the item within an item type. The item type and key together identify the item in a process. See: CreateProcess. |
userkey | The user key to assign to the item identified by the specified item type and item key. |
Previous | Next | Contents | Index | Glossary | Library |