PSC_CE_CASE_APPEAL
Stores the appeal details for code enforcement cases.
Details
-
Schema: FUSION
-
Object owner: PSC_CE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_CE_CASE_APPEAL_PK |
CASE_APPEAL_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CASE_APPEAL_KEY | NUMBER | 18 | Yes | Unique key to identify a case appeal record. | |
| CASE_APPEAL_PUID | VARCHAR2 | 480 | Yes | Indicates the public unique identifier of the case appeal. | |
| CASE_KEY | NUMBER | 18 | Yes | Indicates the case associated with this case contact record. | |
| CASE_PUID | VARCHAR2 | 480 | Yes | Indicates the public unique identifier of the case. | |
| CLASSIFICATION | VARCHAR2 | 10 | Yes | The classification of the appeal. | |
| APPEAL_SRC | VARCHAR2 | 10 | Yes | The source of the appeal. | |
| HRG_BODY_CODE | VARCHAR2 | 60 | The hearing body identifier. | ||
| EVENT_DECISION | VARCHAR2 | 15 | The system status of appeal and hearing decision. | ||
| HRG_DECISION_CODE | VARCHAR2 | 15 | The user defined value of he system status for appeal and hearing decisions. | ||
| HRG_PURPOSE_CODE | VARCHAR2 | 15 | The column is used to indicate hearing purpose code. | ||
| COMPLIANCE_DUE_DATE | DATE | This column is used to indicate compliance due date. | |||
| RESP_CONTACT_KEY | NUMBER | 18 | The responsible party for the case | ||
| GEN_CIT_FLAG | VARCHAR2 | 1 | Generate a new citation | ||
| GEN_VIO_FLAG | VARCHAR2 | 1 | Generate violation flag. | ||
| APPEAL_STATUS | VARCHAR2 | 15 | Yes | Indicates the status of the appeal record. | |
| APPEAL_REASON | VARCHAR2 | 1000 | Yes | Indicates that the reason for the case appeal. | |
| CASE_CONTACT_KEY | NUMBER | 18 | Yes | This column is to indicate the appellant from case contacts. | |
| CASE_STATUS | VARCHAR2 | 15 | Yes | This column is used to indicate the case status at the time of appeal. | |
| CASE_COMPLIED_ON | DATE | This column is used to indicate the case complied on date. | |||
| HEARING_DATE | TIMESTAMP | Indicates that the date for hearing the case appeal. | |||
| HEARING_DECISION | VARCHAR2 | 15 | Indicates that the decision for the case appeal. | ||
| DECISION_DATE | TIMESTAMP | Indicates that the date when the case appeal was decided. | |||
| COMMENTS | VARCHAR2 | 1000 | Indicates the commments for the appeal. | ||
| UPD_CODEREF_FLAG | VARCHAR2 | 1 | Yes | A flag that Indicates code violation updation is required. | |
| 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_CE_CASE_APPEAL | psc_ce_case | CASE_KEY |
| psc_ce_apl_crtv_actn | psc_ce_case_appeal | CASE_APPEAL_KEY |
| psc_ce_apl_attachment | psc_ce_case_appeal | TRANSACTION_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_CE_CASE_APPEAL_N1 | Non Unique | Default | CASE_KEY |
| PSC_CE_CASE_APPEAL_N2 | Non Unique | Default | CASE_CONTACT_KEY |
| PSC_CE_CASE_APPEAL_PK | Unique | Default | CASE_APPEAL_KEY |
| PSC_CE_CASE_APPEAL_U1 | Unique | Default | CASE_APPEAL_PUID |