DBA Data[Home] [Help] [Dependency Information]


TABLE: RRS.RRS_SITE_GROUPS_B

Object Details
Object Name: RRS_SITE_GROUPS_B
Object Type: TABLE
Owner: RRS
FND Design Data: TableRRS.RRS_SITE_GROUPS_B
Subobject Name:
Status: VALID


This table primarily stores the Site Group information, eg. Cluster and Hierarchy


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RRS_SITE_GROUPS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSITE_GROUP_ID
RRS_SITE_GROUPS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCREATED_BY
Columns
Name Datatype Length Mandatory Comments
SITE_GROUP_ID NUMBER
Yes Unique identifier for Site - Group
SITE_GROUP_TYPE_CODE VARCHAR2 (1) Yes Internal variable which is used to store the Type of the Group. H : Hierarchy , C : Cluster
START_DATE DATE

Date from which the structure is to be considered Active
END_DATE DATE

Date from which the structure becomes Inactive
OBJECT_VERSION_NUMBER NUMBER

Sequence number for lock strategy in self-service applications
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID)
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID)
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
GROUP_PURPOSE_CODE VARCHAR2 (30)
Purpose for this Hierarchy or Cluster based on user-defined lookups.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SITE_GROUP_ID
,      SITE_GROUP_TYPE_CODE
,      START_DATE
,      END_DATE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      GROUP_PURPOSE_CODE
FROM RRS.RRS_SITE_GROUPS_B;

Dependencies

[top of page]

RRS.RRS_SITE_GROUPS_B does not reference any database object

RRS.RRS_SITE_GROUPS_B is referenced by following:

SchemaRRS
ViewRRS_SITE_GROUPS_B#