rs_object_types
The following table lists the columns for the rs_object_types view. The equivalent jcs_object_types 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 |
SCHEMA_ID | NUMBER | The internal identifier of the schema that the object lives in |
OBJECT_TYPE | VARCHAR2 | The name of the object type |
DESCRIPTION | VARCHAR2 | The description of the object type |
VIEW_NAME | VARCHAR2 | The view name for objects of this type |
note
OBJECT_TYPE: The values are different than in version 7. E.g. it now includes all detail-object types as well.
note
DESCRIPTION: The values are different than in version 7.
note
VIEW_NAME: This list is not compete.
plsqlTopic
onsiteTopic