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


TABLE: CS.CS_SR_LINK_TYPES_TL

Object Details
Object Name: CS_SR_LINK_TYPES_TL
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.CS_SR_LINK_TYPES_TL
Subobject Name:
Status: VALID


This table has all the translation attributes for the base link type table, CS_SR_LINK_TYPES_B.
It store the name and description of each link type.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_SR_LINK_TYPES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLINK_TYPE_ID
ColumnLANGUAGE
CS_SR_LINK_TYPES_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnNAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
LINK_TYPE_ID NUMBER (15) Yes FK to CS_INCIDENTS_ALL_B.LINK_TYPE_ID.
NAME VARCHAR2 (240) Yes Name of the link.
DESCRIPTION VARCHAR2 (900) Yes Description of the link.
LANGUAGE VARCHAR2 (30) Yes Installation language that the name and description are translated in.
SOURCE_LANG VARCHAR2 (30) Yes Language that the record was initially created with.
LAST_UPDATE_DATE DATE

Who column. Date the record was last updated.
LAST_UPDATED_BY NUMBER (15)
Who column. ID of the user who last updated the record.
CREATION_DATE DATE

Who column. Date on which the record was created.
CREATED_BY NUMBER (15)
Who column. User id of the user who created the record.
LAST_UPDATE_LOGIN NUMBER (15)
Who column. ID of the OS user who last updated the record.
SECURITY_GROUP_ID NUMBER (15)
Data stripping attribute used by the Hosting product.
Query Text

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


SELECT LINK_TYPE_ID
,      NAME
,      DESCRIPTION
,      LANGUAGE
,      SOURCE_LANG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM CS.CS_SR_LINK_TYPES_TL;

Dependencies

[top of page]

CS.CS_SR_LINK_TYPES_TL does not reference any database object

CS.CS_SR_LINK_TYPES_TL is referenced by following:

SchemaAPPS
SynonymCS_SR_LINK_TYPES_TL