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


TABLE: CUG.CUG_INCIDNT_ATTR_VALS_TL

Object Details
Object Name: CUG_INCIDNT_ATTR_VALS_TL
Object Type: TABLE
Owner: CUG
FND Design Data: TableCUG.CUG_INCIDNT_ATTR_VALS_TL
Subobject Name:
Status: VALID


The CUG_INCIDNT_ATTR_VALS_TL table contains the Translation information for the CUG_INCIDNT_ATTR_VALS_B Table. The DESCRIPTION column contains the translated values of the Service Request Type Attribute Values.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CUG_INCIDNT_ATTR_VALS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINCIDNT_ATTR_VAL_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
INCIDNT_ATTR_VAL_ID NUMBER (15) Yes Foreign Key column to the CUG_INCIDNT_ATTR_VALS_B Table
LANGUAGE VARCHAR2 (4) Yes Language of translated text
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
SOURCE_LANG VARCHAR2 (4) Yes Language of translated text
SR_ATTRIBUTE_VALUE VARCHAR2 (1997)
Translated Value of the Service Request Attribute entered at Runtime
SECURITY_GROUP_ID NUMBER (15)
Used by hosted applications
Query Text

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


SELECT INCIDNT_ATTR_VAL_ID
,      LANGUAGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
,      SR_ATTRIBUTE_VALUE
,      SECURITY_GROUP_ID
FROM CUG.CUG_INCIDNT_ATTR_VALS_TL;

Dependencies

[top of page]

CUG.CUG_INCIDNT_ATTR_VALS_TL does not reference any database object

CUG.CUG_INCIDNT_ATTR_VALS_TL is referenced by following:

SchemaAPPS
SynonymCUG_INCIDNT_ATTR_VALS_TL