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
 

WF_NOTIFICATION_ATTR_RESP_V

This view contains information about the Respond message attributes for a notification group. If you plan to create a custom "voting" activity, use this view to create the function that tallies the responses from the users in the notification group. See: Voting Activity.

The column descriptions of the view are as follows:

 Name                            Null?    Type
------------------------------- -------- ----
GROUP_ID NOT NULL NUMBER
RECIPIENT_ROLE NOT NULL VARCHAR2(30)
RECIPIENT_ROLE_DISPLAY_NAME VARCHAR2(4000)
ATTRIBUTE_NAME NOT NULL VARCHAR2(30)
ATTRIBUTE_DISPLAY_NAME NOT NULL VARCHAR2(80)
ATTRIBUTE_VALUE VARCHAR2(2000)
ATTRIBUTE_DISPLAY_VALUE VARCHAR2(4000)
MESSAGE_TYPE NOT NULL VARCHAR2(8)
MESSAGE_NAME NOT NULL VARCHAR2(30)
 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.