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


TABLE: CSD.CSD_RT_TRANS_TL

Object Details
Object Name: CSD_RT_TRANS_TL
Object Type: TABLE
Owner: CSD
FND Design Data: TableCSD.CSD_RT_TRANS_TL
Subobject Name:
Status: VALID


Translation table for CSD_ FLWSTS_TRANS_B.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSD_RT_TRANS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRT_TRAN_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
RT_TRAN_ID NUMBER
Yes Entity identifier.
DESCRIPTION VARCHAR2 (2000)
Description for the status transition.
LANGUAGE VARCHAR2 (4) Yes Language code for the text
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
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 (15) 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 (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT RT_TRAN_ID
,      DESCRIPTION
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM CSD.CSD_RT_TRANS_TL;

Dependencies

[top of page]

CSD.CSD_RT_TRANS_TL does not reference any database object

CSD.CSD_RT_TRANS_TL is referenced by following:

SchemaAPPS
SynonymCSD_RT_TRANS_TL