Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

SetItemOwner

PL/SQL 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. Typically, the role that initiates a transaction is assigned as the process owner, so that any participant in that role can find and view the status of that process instance in the Workflow Monitor.

Arguments (input)

itemtype A 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