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


TABLE: OTA.OTA_CERTIFICATIONS_TL

Object Details
Object Name: OTA_CERTIFICATIONS_TL
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.OTA_CERTIFICATIONS_TL
Subobject Name:
Status: VALID


This table is used for storing the translation definition of certification


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_CERTIFICATIONS_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCERTIFICATION_ID
ColumnLANGUAGE
OTA_CERTIFICATIONS_TL_F1 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPPER("NAME")
OTA_CERTIFICATIONS_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLANGUAGE
ColumnNAME
Columns
Name Datatype Length Mandatory Comments
CERTIFICATION_ID NUMBER (15) Yes Foreign key to OTA_CERTIFICATIONS_B
LANGUAGE VARCHAR2 (4) Yes Language
NAME VARCHAR2 (240) Yes The translated name associated with the certification
DESCRIPTION VARCHAR2 (4000)
The translated description associated to the certification
SOURCE_LANG VARCHAR2 (4) Yes Source of Language
OBJECTIVES VARCHAR2 (4000)
The translated objective associated to the certification
PURPOSE VARCHAR2 (4000)
The translated purpose associated to the certification
KEYWORDS VARCHAR2 (2000)
The translated Keyword associated to the certification
END_DATE_COMMENTS VARCHAR2 (4000)
The translated end date comment associated to the certification
INITIAL_PERIOD_COMMENTS VARCHAR2 (4000)
The translated initial period comment associated to the certification
RENEWAL_PERIOD_COMMENTS VARCHAR2 (4000)
The translated renewal period comment associated to the certification
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT CERTIFICATION_ID
,      LANGUAGE
,      NAME
,      DESCRIPTION
,      SOURCE_LANG
,      OBJECTIVES
,      PURPOSE
,      KEYWORDS
,      END_DATE_COMMENTS
,      INITIAL_PERIOD_COMMENTS
,      RENEWAL_PERIOD_COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OTA.OTA_CERTIFICATIONS_TL;

Dependencies

[top of page]

OTA.OTA_CERTIFICATIONS_TL does not reference any database object

OTA.OTA_CERTIFICATIONS_TL is referenced by following:

SchemaAPPS
TriggerOTA_CERTIFICATIONS_T041252_WHO
SynonymOTA_CERTIFICATIONS_TL