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
 

SetMsgAttr

Syntax

procedure SetMsgAttr

 (itemtype in varchar2,
itemkey in varchar2,
actid in number,
attrName in varchar2,
attrValue in varchar2);

Description

Appends an item attribute to the message in the internal stack. See: Developer APIs for the Inbound Queue.

Arguments (input)

itemtype The item type of the message.
itemkey The item key of the message. An item key is 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 process instance.
actid The function activity instance ID that this message is associated with.
attrName The internal name of the item attribute you wish to append to the message.
attrValue The value of the item attribute you wish to append.
 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.