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


TABLE: APPLSYS.AD_EVENT_VERSIONS

Object Details
Object Name: AD_EVENT_VERSIONS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.AD_EVENT_VERSIONS
Subobject Name:
Status: VALID


Contains revision information associated with an event. A single event can have one or more versions and are tracked independently of each other. The event with the highest version is considered if a specific version of the event is not specified


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_EVENT_VERSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEVENT_ID
ColumnVERSION
Columns
Name Datatype Length Mandatory Comments
EVENT_ID NUMBER
Yes Unique id of event
VERSION NUMBER
Yes Version of event
STATUS VARCHAR2 (30)
Event status
START_TIME DATE

Event start time
END_TIME DATE

Event end time
NUM_WORKERS NUMBER

Number of workers
WORKER_STATUS VARCHAR2 (1500)
Status of all workers
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER

Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT EVENT_ID
,      VERSION
,      STATUS
,      START_TIME
,      END_TIME
,      NUM_WORKERS
,      WORKER_STATUS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPLSYS.AD_EVENT_VERSIONS;

Dependencies

[top of page]

APPLSYS.AD_EVENT_VERSIONS does not reference any database object

APPLSYS.AD_EVENT_VERSIONS is referenced by following:

SchemaAPPLSYS
ViewAD_EVENT_VERSIONS#