PSC_PZ_PREAPP_MEET_CFG
The table stores the configuration required for pre application meeting set up
Details
-
Schema: FUSION
-
Object owner: PSC_PZ
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_PZ_PREAPP_MEET_CFG_PK |
AGENCY_ID, CLASSIFICATION, PREAPP_TYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | Attribute identifying the agency associated with the row | |
| CLASSIFICATION | VARCHAR2 | 3 | Yes | Indicates the classification of recordy type being configured. | |
| PREAPP_TYPE | VARCHAR2 | 30 | Yes | Indicate the pre app type for which the configuration applies | |
| APPLICANT_SCHEDULE | VARCHAR2 | 1 | Attribute to determine if applicants can schedule meetings | ||
| APPLICANT_RESCHEDULE | VARCHAR2 | 1 | Attribute to determine if applicants can reschedule or cancel meetings | ||
| USE_SCHEDULE_AGENCY | VARCHAR2 | 1 | Yes | Attribute to determine if agency pre application work schedule is to be used | |
| PREAPP_WORKSCHEDULE | VARCHAR2 | 30 | Attribute to select the pre application work schedule for an agency | ||
| MAX_MEETING_CONCURRENCY | NUMBER | 2 | Attribute indicates the number of concurrent pre application meetings that an agency can host | ||
| USE_SCHEDULE_PLANNER | VARCHAR2 | 1 | Yes | Attribute to track if Agency pre application meeting slots will be based on planners availability | |
| MEETING_DURATION_HOURS | NUMBER | 2 | Attribute to determine the average meeting duration for a pre applciation for an Agency | ||
| SCHEDULE_UPTO_DAYS | NUMBER | 3 | Attribute to determine the future time till which a pre application meeting can be scheduled | ||
| START_OF_WINDOW | NUMBER | 3 | This attribute indicates from w hich date a meeting can be scheduled. | ||
| INCLUDE_AGENDA | VARCHAR2 | 1 | The attribute indicates whether agenda should be shown in preapplication meeting pages | ||
| MEETING_AGENDA | VARCHAR2 | 4000 | The attribute stores the text depicting the agenda to be used by the agency for preapplication meetings. | ||
| INCLUDE_VENUE | VARCHAR2 | 1 | The attribute indicates whether venue should be shown in preapplication meeting pages | ||
| MEETING_VENUE | VARCHAR2 | 2000 | This attribute stores the location where preapplication meetings are held. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_PZ_PREAPP_MEET_CFG_U1 | Unique | Default | AGENCY_ID, CLASSIFICATION, PREAPP_TYPE |