PSC_COM_CALEVENTS

Table for Calendar Event Attributes

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_COM_CALEVENTS_PK

CAL_EVENT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
CAL_EVENT_ID NUMBER 18 Yes Unique ID for Calendar Event table Active
AGENCY_ID NUMBER 8 Yes Unique ID that represents an Agency Active
ALL_DAY VARCHAR2 1 This field indicates all day event Active
CAL_PRIORITY VARCHAR2 30 Calendar Event Priority attribute Active
ORGANIZER VARCHAR2 150 Organizer Name attribute for Calendar Event Active
EMAIL_ADDR VARCHAR2 150 Email Address attribute for Calendar Event Active
LOCATION VARCHAR2 150 Location Name attribute for Calendar Event Active
LATITUDE VARCHAR2 30 Location Latitude attribute for Calendar Event Active
LONGITUDE VARCHAR2 30 Location Longitude attribute for Calendar Event Active
REMINDERS VARCHAR2 30 Remainder attribute for Calendar Event Active
START_DATE_TIME TIMESTAMP Start Date Time of the Calendar Event Active
END_DATE_TIME TIMESTAMP End Date Time of the Calendar Event Active
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. Active
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
CAL_EVENT_TYPE VARCHAR2 30 Event Type of the Calendar Event Active
SUBJECT VARCHAR2 150 Subject attribute of the Calendar Event Active
EVENT_BODY CLOB Attribute for Calendar Event Body Active

Indexes

Index Uniqueness Tablespace Columns Status
PSC_COM_CALEVENTS_PK Unique Default CAL_EVENT_ID Active