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


TABLE: OTA.OTA_EVENTS_TL

Object Details
Object Name: OTA_EVENTS_TL
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: OTA_EVENTS_TL_PK
  1. ColumnEVENT_ID
  2. ColumnLANGUAGE
Indexes
Index Type Uniqueness Tablespace Column
OTA_EVENTS_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEVENT_ID
ColumnLANGUAGE
OTA_EVENTS_TL_F1 FUNCTION-BASED NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPPER("TITLE")
OTA_EVENTS_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLANGUAGE
ColumnTITLE
Columns
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
Query Text

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;

Dependencies

[top of page]

OTA.OTA_EVENTS_TL does not reference any database object

OTA.OTA_EVENTS_TL is referenced by following:

SchemaAPPS
SynonymOTA_EVENTS_TL
TriggerOTA_EVENTS_TL041240_WHO