PSC_PZ_HRG_APPEAL
Stores the hearing appeals for planning applications.
Details
-
Schema: FUSION
-
Object owner: PSC_PZ
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_PZ_HRG_APPEAL_PK |
HEARING_APPEAL_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| HEARING_APPEAL_KEY | NUMBER | 18 | Yes | Unique key to identify a hearing appeal. | |
| HEARING_APPEAL_PUID | VARCHAR2 | 480 | Yes | This column is used to indicate the public unique identifier for the hearing appeal. | |
| HEARING_SEQ_KEY | NUMBER | 18 | Yes | Indicates the hearing sequence associated with this appeal. | |
| HEARING_SEQ_PUID | VARCHAR2 | 480 | Yes | This column is used to indicate the public unique identifier for the hearing sequence record. | |
| APPELLANT_PARTY_ID | NUMBER | 18 | Indicates the unique party identifier of the appellant. | ||
| FIRST_NAME | VARCHAR2 | 100 | Yes | Indicates the first name of the appellant. | |
| LAST_NAME | VARCHAR2 | 100 | Yes | Indicates the last name of the appellant. | |
| ADDRESS1 | VARCHAR2 | 240 | Yes | Indicates the first line of address of appellant. | |
| ADDRESS2 | VARCHAR2 | 240 | Indicates the second line of address of appellant. | ||
| ADDRESS3 | VARCHAR2 | 240 | Indicates the third line of address of appellant. | ||
| ADDRESS4 | VARCHAR2 | 240 | Indicates the fourth line of address of appellant. | ||
| CITY | VARCHAR2 | 60 | Indicates the city in the address of appellant. | ||
| POSTAL_CODE | VARCHAR2 | 60 | Yes | Indicates the postal code in the address of appellant. | |
| STATE | VARCHAR2 | 60 | Indicates the state in the address of appellant. | ||
| PROVINCE | VARCHAR2 | 60 | Indicates the province in the address of appellant. | ||
| COUNTY | VARCHAR2 | 60 | Indicates the county in the address of appellant. | ||
| COUNTRY | VARCHAR2 | 3 | Yes | Indicates the country in the address of appellant. | |
| POSTAL_PLUS4_CODE | VARCHAR2 | 10 | Indicates the postal plus4 code in the address of appellant. | ||
| EMAIL_ADDRESS | VARCHAR2 | 200 | Yes | Indicates the email address of the appellant. | |
| PHONE | VARCHAR2 | 100 | Indicates the phone details for the appellant. | ||
| REASON | VARCHAR2 | 1000 | Yes | Indicates the reason for appealing the hearing. | |
| APPLICANT_FLAG | VARCHAR2 | 1 | Indicates whether the appellant is an applicant or not. | ||
| STATUS | VARCHAR2 | 15 | Yes | Indicates the status of the hearing appeal. | |
| SUBMIT_DATETIME | TIMESTAMP | Indicates the datetime when the appeal was submited. | |||
| MIGRATED_DATA_FLAG | VARCHAR2 | 3 | Indicates In-flight or historical transaction for data migration. | ||
| 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_PZ_HRG_APPEAL | psc_pz_hearing_seq | HEARING_SEQ_KEY |
| psc_pz_hrg_applattach | psc_pz_hrg_appeal | HEARING_APPEAL_KEY |
| psc_pz_hrg_apl_fee | psc_pz_hrg_appeal | HEARING_APPEAL_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_PZ_HRG_APPEAL_PK | Unique | Default | HEARING_APPEAL_KEY |
| PSC_PZ_HRG_APPEAL_U1 | Unique | Default | HEARING_APPEAL_PUID |