[Home] [Help]
[Dependency Information]
Object Name: | RRS_SITE_USES |
---|---|
Object Type: | TABLE |
Owner: | RRS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
RRS_SITE_USES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
RRS_SITE_USES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
RRS_SITE_USES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
RRS.RRS_SITE_USES does not reference any database object
RRS.RRS_SITE_USES is referenced by following:
|
|
|