[Home] [Help]
[Dependency Information]
| Object Name: | OTA_CERTIFICATIONS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | OTA |
| FND Design Data: | OTA.OTA_CERTIFICATIONS_TL
|
| Subobject Name: | |
| Status: | VALID |
This table is used for storing the translation definition of certification
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OTA_CERTIFICATIONS_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CERTIFICATION_ID
LANGUAGE
|
| OTA_CERTIFICATIONS_TL_F1 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPPER("NAME")
|
| OTA_CERTIFICATIONS_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
NAME
|
| 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 |
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;
OTA.OTA_CERTIFICATIONS_TL does not reference any database object
OTA.OTA_CERTIFICATIONS_TL is referenced by following:
APPS
OTA_CERTIFICATIONS_T041252_WHO
OTA_CERTIFICATIONS_TL
|
|
|
|