PSC_COM_PARCEL_VALUE_INT
This is interface table that contains parcel value information for the parcels of real estate of a city, county, or state, for the purpose of calculating property taxes.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_PARCEL_VALUE_INT_PK |
PARCEL_ID, PARCEL_ID_ENTERED, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, LOAD_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| PARCEL_ID | NUMBER | 18 | Yes | System generated key from the parcel parent. | Active | |
| PARCEL_ID_ENTERED | VARCHAR2 | 50 | Yes | Identifier given by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number. | ||
| EFFECTIVE_START_DATE | DATE | Yes | Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective. | Active | ||
| EFFECTIVE_END_DATE | DATE | Yes | Date Effective Entity: indicates the date at the end of the date range within which the row is effective. | Active | ||
| PARCEL_SIZE1 | NUMBER | 20 | Size of the parcel of real estate. | Active | ||
| PARCEL_SIZE1_UOM | VARCHAR2 | 3 | Unit of measure related to the size of the parcel. | Active | ||
| PARCEL_SIZE2 | NUMBER | 20 | Alternate size of the parcel of real estate. | Active | ||
| PARCEL_SIZE2_UOM | VARCHAR2 | 3 | Unit of measure related to the alternate size of the parcel. | Active | ||
| LAND_VALUE | NUMBER | Land value of the parcel of real estate. | Active | |||
| IMPROVEMENT_VALUE | NUMBER | Improvement value of the parcel of real estate. | Active | |||
| PERSONAL_PROPERTY_VALUE | NUMBER | Property value related to the parcel of real estate. | Active | |||
| FIXTURES | NUMBER | Value of fixtures related to the parcel of real estate. | Active | |||
| OWNER_EXEMPTION | NUMBER | Property tax exemption amount for the owner of the parcel. | Active | |||
| FIXTURE_EXEMPTION | NUMBER | Property tax exemption amount related to fixtures for the parcel. | Active | |||
| OTHER_EXEMPTION | NUMBER | Other property tax exemption amount related to the parcel. | Active | |||
| NET_ASSESSED_VALUES | NUMBER | Property net assessed value, for the purpose of calculating property taxes. | Active | |||
| CURRENCY_CODE | VARCHAR2 | 3 | Currency code of the parcel value amounts. | Active | ||
| PROPERTY_USE_CODE | VARCHAR2 | 30 | Identifier that classifies uses of the property in groups of similar characteristics, like commercial use or private use, for the purpose of property tax calculations. | Active | ||
| 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. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
| LOAD_REQUEST_ID | NUMBER | 18 | Yes | Load Request Identifier. This is to support the loading of the interface records from the data files using the cloud framework. | Active | |
| PROCESSED_FLAG | VARCHAR2 | 1 | Yes | To indicate whether the row has been loaded to product table. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_COM_PARCEL_VALUE_INT_U1 | Unique | Default | PARCEL_ID, PARCEL_ID_ENTERED, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, LOAD_REQUEST_ID |