Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

SetItemUserKey

PL/SQL Syntax

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 user interface components of Oracle Workflow.

Arguments (input)

itemtype A valid item type.
itemkey A string generated usually 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


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.