[Home] [Help]
[Dependency Information]
| Object Name: | RRS_SITE_GROUP_VERSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | RRS |
| FND Design Data: | RRS.RRS_SITE_GROUP_VERSIONS
|
| Subobject Name: | |
| Status: | VALID |
This table contains the versioned information of cluster or hierarchy.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RRS_SITE_GROUP_VERSIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SITE_GROUP_VERSION_ID
|
| RRS_SITE_GROUP_VERSIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SITE_GROUP_ID
SITE_GROUP_VERSION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SITE_GROUP_VERSION_ID | NUMBER | Yes | Identifier of the specific version of the Cluster / Hierarchy. | |
| SITE_GROUP_ID | NUMBER | Yes | Group Identifier | |
| VERSION_NUMBER | NUMBER | Yes | Version of the Cluster / Hierarchy | |
| SOURCE_VERSION_ID | NUMBER | Yes | For now , this is same SITE_GROUP_VERSION_ID but will be used for versioning in the future. | |
| OBJECT_VERSION_NUMBER | NUMBER | Sequence number for lock strategy in self-service applications | ||
| CREATED_BY | NUMBER | Yes | Standard Who Column | |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT SITE_GROUP_VERSION_ID
, SITE_GROUP_ID
, VERSION_NUMBER
, SOURCE_VERSION_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM RRS.RRS_SITE_GROUP_VERSIONS;
RRS.RRS_SITE_GROUP_VERSIONS does not reference any database object
RRS.RRS_SITE_GROUP_VERSIONS is referenced by following:
RRS
RRS_SITE_GROUP_VERSIONS#
|
|
|
|