Previous  Next          Contents  Index  Glossary  Library

GetItemAttrInfo

Syntax

procedure GetItemAttrInfo

    (itemtype in varchar2,
     aname in varchar2,
     atype out varchar2,
     subtype out varchar2,
     format out varchar2);

Description

Returns information about an item type attribute, such as its type and format, if any is specified. Subtype information is not available for item type attributes. If the attribute is used as a message attribute, then this procedure returns the message attribute subtype, that is, whether the message attribute has a source of 'SEND' or 'RESPOND'.

Arguments (input)

itemtypeA valid item type.
aname The internal name of a item type attribute.


         Previous  Next          Contents  Index  Glossary  Library