Oracle Workflow API Reference Release 2.6.3 Part Number B10286-02 |
Previous | Next | Contents | Index | Glossary |
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, Oracle Workflow Developer's Guide.
The following table describes the columns of the view.
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 |