PSC_COM_MEETING_ROSTER
This table stores the meetings information that are scheduled for an agency
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_MEETING_ROSTER_PK |
MEETING_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MEETING_ID | NUMBER | 18 | Yes | Unique number assigned to the meeting request | |
| CLASSIFICATION | VARCHAR2 | 3 | Yes | This column is used to indicate classification | |
| SUBCLASSIFICATION | VARCHAR2 | 20 | This column is used to indicate classification | ||
| MEETING_START_DTTM | TIMESTAMP | Yes | Attribute indicates the meeting start date time. | ||
| MEETING_DURATION_HOURS | NUMBER | 2 | Yes | Duration of the pre application meeting | |
| MEETING_END_DTTM | TIMESTAMP | End time of the meeting | |||
| STATUS | VARCHAR2 | 10 | Indicates the status of the meeting | ||
| MEETING_AGENDA | VARCHAR2 | 4000 | Describes the agenda of the meeting | ||
| MEETING_AGENDA_TEXT | CLOB | Attribute stores the rich text depicting the agenda to be used by the agency for meetings. | |||
| MEETING_AGENDA_PLAIN | CLOB | Attribute stores the rich text depicting the agenda to be used by the agency for meetings. | |||
| MEETING_VENUE | VARCHAR2 | 2000 | Venue of the meeting | ||
| MEETING_SUBJECT | VARCHAR2 | 4000 | The subject of the meeting. | ||
| MEETING_ATTENDEES | VARCHAR2 | 4000 | The attendee list for the meeting. | ||
| CONTEXT_RECORD_TYPE | VARCHAR2 | 30 | This column indicates the record type id | ||
| CONTEXT_RECORD_KEY | NUMBER | 18 | Attribute to link the meeting to a application.Input the key of the application | ||
| TZNAME | VARCHAR2 | 64 | This column is used to indicate tzname | ||
| AGENCY_ID | NUMBER | 8 | Yes | attribute indicates the agency to which the row of data applies | |
| RESCHEDULE_FLAG | VARCHAR2 | 1 | This column indicates if the meeting is rescheduled. | ||
| SOURCE_MEETING_ID | NUMBER | 18 | This column indicates the source meeting id. | ||
| 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. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| psc_com_meet_participant | psc_com_meeting_roster | MEETING_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_COM_MEETING_ROSTER_U1 | Unique | Default | MEETING_ID |