PSC_COM_PARCEL_VALUE_F

This is a setup 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: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_COM_PARCEL_VALUE_F_PK

PARCEL_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Columns

Name Datatype Length Precision Not-null Comments Status
PARCEL_ID NUMBER 18 Yes System generated key from the parcel parent. Active
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 5 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 5 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

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_COM_PARCEL_VALUE_F psc_com_parcel_b PARCEL_ID

Indexes

Index Uniqueness Tablespace Columns Status
PSC_COM_PARCEL_VALUE_F_PK Unique Default PARCEL_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE Active