Oracle Workflow Guide
Release 2.6.2

Part Number A95265-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

GetItemUserKey

PL/SQL Syntax

function GetItemUserKey

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

Description

Returns the user-friendly key assigned to an item in a process, identified by an item type and item key. The user key is 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.


         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 2002 Oracle Corporation.

All Rights Reserved.