[Home] [Help]
[Dependency Information]
| Object Name: | RRS_SITES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | RRS |
| FND Design Data: | RRS.RRS_SITES_TL
|
| Subobject Name: | |
| Status: | VALID |
This table stores all the translatable information about sites.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RRS_SITES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SITE_ID
LANGUAGE
|
| RRS_SITES_TL_N1 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPPER("NAME")
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SITE_ID | NUMBER | Yes | System generated number which uniquely identifies the site. Foreign Key to RRS_SITES_B | |
| NAME | VARCHAR2 | (150) | Yes | Site Name |
| LANGUAGE | VARCHAR2 | (4) | Yes | The language of translation |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | The Source lang |
| CREATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_LOGIN | NUMBER | One of the five standard "WHO" columns | ||
| DESCRIPTION | VARCHAR2 | (2000) | Description for the Site |
Cut, paste (and edit) the following text to query this object:
SELECT SITE_ID
, NAME
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DESCRIPTION
FROM RRS.RRS_SITES_TL;
RRS.RRS_SITES_TL does not reference any database object
RRS.RRS_SITES_TL is referenced by following:
RRS
RRS_SITES_TL#
|
|
|
|