rs_roles
The following table lists the columns for the rs_roles view. The equivalent jcs_roles view is available for backward compatibility reasons. The difference between the two is the data type of the date/time columns; the rs_* views use TIMESTAMP WITH TIME ZONE while the jcs_* views use DATE.
Column | Datatype | Description |
ID | NUMBER | The unique id of a Redwood role |
NAME | VARCHAR2 | The unique name of a Redwood role |
VERSION | NUMBER | The version number of a Redwood role |
DESCRIPTION | VARCHAR2 | The description of a Redwood role |
COMMENT_TEXT | VARCHAR2 | Comment describing the Redwood role |
note
VERSION: Version is not increased with one anymore after changing the object.
plsqlTopic
onsiteTopic