Previous  Next          Contents  Index  Glossary

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