[Home] [Help]
[Dependency Information]
Object Name: | CS_SR_LINK_TYPES_TL |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CS_SR_LINK_TYPES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
CS_SR_LINK_TYPES_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM CS.CS_SR_LINK_TYPES_TL;
CS.CS_SR_LINK_TYPES_TL does not reference any database object
CS.CS_SR_LINK_TYPES_TL is referenced by following:
|
|
|