PSC_COM_MEET_TEMPLATE_B

The table stores the configuration required for meeting set up.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_COM_MEET_TEMPLATE_B_PK

AGENCY_ID, MEET_TEMPLATE_ID

Columns

Name Datatype Length Precision Not-null Comments
AGENCY_ID NUMBER 8 Yes Identifier for a public sector agency.
MEET_TEMPLATE_ID VARCHAR2 30 Yes This column identifies a meeting template.
ENABLED_FLAG VARCHAR2 1 Yes Indicates if the meeting template is enabled.
APPLICANT_SCHEDULE VARCHAR2 1 Yes Attribute to determine if applicants can schedule meetings.
APPLICANT_RESCHEDULE VARCHAR2 1 Yes Attribute to determine if applicants can reschedule or cancel meetings.
USE_SCHEDULE_AGENCY VARCHAR2 1 Yes Attribute to determine if agency work schedule is to be used.
USE_SCHEDULE_PLANNER VARCHAR2 1 Yes Attribute to track if Agency meeting slots will be based on planner's availability.
MEETING_DURATION_HOURS NUMBER 2 Yes Attribute to determine the average meeting duration for a pre application for an Agency.
START_OF_WINDOW NUMBER 3 Yes This attribute indicates from which date a meeting can be scheduled.
SCHEDULE_UPTO_DAYS NUMBER 3 Yes Attribute to determine the future time till which a meeting can be scheduled
MEETING_WORKSCHEDULE VARCHAR2 30 Attribute to select the meeting work schedule for an agency.
MAX_MEETING_CONCURRENCY NUMBER 2 Attribute indicates the number of concurrent meetings that an agency can host.
INCLUDE_AGENDA VARCHAR2 1 Yes Attribute indicates whether agenda should be shown in meeting pages.
INCLUDE_VENUE VARCHAR2 1 Yes Attribute indicates whether venue should be shown in meeting pages.
INCLUDE_SUBJECT VARCHAR2 1 Yes This indicates if a pre configured subject is shown on meetings schedule page.
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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_MEET_TEMPLATE_B_PK Unique Default AGENCY_ID, MEET_TEMPLATE_ID