Previous  Next          Contents  Index  Glossary  Library

SetItemOwner

Syntax

procedure SetItemOwner

    (itemtype in varchar2,
     itemkey in varchar2,
     owner in varchar2);

Description

A procedure to set the owner of existing items. The owner must be a valid role.

Arguments (input)

itemtypeA valid item type. Item types are defined in the Workflow Builder.
itemkey A string derived 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 new process and must be passed to all subsequent API calls for that process.
owner A valid role.


         Previous  Next          Contents  Index  Glossary  Library