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


TABLE: RRS.RRS_SITES_TL

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


This table stores all the translatable information about sites.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
RRS_SITES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSITE_ID
ColumnLANGUAGE
RRS_SITES_TL_N1 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPPER("NAME")
Columns
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
Query Text

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;

Dependencies

[top of page]

RRS.RRS_SITES_TL does not reference any database object

RRS.RRS_SITES_TL is referenced by following:

SchemaAPPS
SynonymRRS_SITES_TL