[Home] [Help]
[Dependency Information]
| Object Name: | OTA_EVENTS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | OTA |
| FND Design Data: | OTA.OTA_EVENTS_TL
|
| Subobject Name: | |
| Status: | VALID |
There are several different types of event:
1. A scheduled event is a specific instance of an activity version on
which you can enroll students and customers, and for which you can
book resources.
2. A session is a unit of time within a scheduled event for which you
can independently book resources.
3. A development event is a mechanism for scheduling employee time and
other resources required to develop new training activities or to
enhance existing ones.
4. A program is a group of events that are scheduled together.
Students enroll on the program which may require that they enroll on
some or all of the events within the program.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
EVENT_ID
LANGUAGE| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OTA_EVENTS_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EVENT_ID
LANGUAGE
|
| OTA_EVENTS_TL_F1 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPPER("TITLE")
|
| OTA_EVENTS_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
TITLE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_ID | NUMBER | (9) | Yes | Foreign key to OTA_EVENTS |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language |
| TITLE | VARCHAR2 | (80) | Yes | The tanslated name or title associated with this event. |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source of Language |
| CREATED_BY | NUMBER | (15) | Standard Who Column | |
| CREATION_DATE | DATE | 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 EVENT_ID
, LANGUAGE
, TITLE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM OTA.OTA_EVENTS_TL;
OTA.OTA_EVENTS_TL does not reference any database object
OTA.OTA_EVENTS_TL is referenced by following:
OTA
OTA_EVENTS_TL#
|
|
|
|