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


TABLE: RRS.RRS_SITE_USES

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


This table stores information about how a site is used. Site can have multiple uses, for example Store , Distribution Centre , Mail Box etc.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RRS_SITE_USES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSITE_USE_ID
RRS_SITE_USES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSITE_ID
ColumnSITE_USE_TYPE_CODE
RRS_SITE_USES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnIS_PRIMARY_FLAG
Columns
Name Datatype Length Mandatory Comments
SITE_USE_ID NUMBER
Yes Site use identifier
SITE_ID NUMBER
Yes Foreign key to RRS_SITES_B
SITE_USE_TYPE_CODE VARCHAR2 (30) Yes Use/Purpose for the Site
STATUS_CODE VARCHAR2 (30) Yes Site Status, A =>Active , I => Inactive
IS_PRIMARY_FLAG VARCHAR2 (1)
Indicates if this is the primary use for this site. Y for the primary site, N for all other sites
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
Query Text

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


SELECT SITE_USE_ID
,      SITE_ID
,      SITE_USE_TYPE_CODE
,      STATUS_CODE
,      IS_PRIMARY_FLAG
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM RRS.RRS_SITE_USES;

Dependencies

[top of page]

RRS.RRS_SITE_USES does not reference any database object

RRS.RRS_SITE_USES is referenced by following:

SchemaRRS
ViewRRS_SITE_USES#