PSC_COM_PAR_VALUE_IMPORT_INT

The interface table psc_com_par_value_import_int stores information for parcel values and loads into PSC_COM_PARCEL_VALUE_F table.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Unique Identifier for a Batch.
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier of the psc_com_parcel_import_int interface record. Internal use only.
IMPORT_STATUS_CODE VARCHAR2 30 Status code for Import.
ACTION_CODE VARCHAR2 30 Indicates action entered by user.
INTERNAL_ACTION_CODE VARCHAR2 30 Indicates the action of insert or update for internal use.
FILE_RECORD_NUM NUMBER 18 This column is required by file import to relate record in the interface table to the file row.
FILE_NAME_SYSTASK_ID NUMBER 18 Stores systask id for each import csv file.
ERROR_MESSAGE VARCHAR2 3000 Indicates the error associated with the row in the interface table.
PARCEL_ID NUMBER 18 System generated key from the parcel parent.
EFFECTIVE_START_DATE DATE Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
PARCEL_SIZE1 NUMBER 20 Size of the parcel of real estate.
PARCEL_SIZE1_UOM VARCHAR2 5 Unit of measure related to the size of the parcel.
PARCEL_SIZE2 NUMBER 20 Alternate size of the parcel of real estate.
PARCEL_SIZE2_UOM VARCHAR2 5 Unit of measure related to the alternate size of the parcel.
LAND_VALUE NUMBER Land value of the parcel of real estate.
IMPROVEMENT_VALUE NUMBER Improvement value of the parcel of real estate.
PERSONAL_PROPERTY_VALUE NUMBER Property value related to the parcel of real estate.
FIXTURES NUMBER Value of fixtures related to the parcel of real estate.
OWNER_EXEMPTION NUMBER Property tax exemption amount for the owner of the parcel.
FIXTURE_EXEMPTION NUMBER Property tax exemption amount related to fixtures for the parcel.
OTHER_EXEMPTION NUMBER Other property tax exemption amount related to the parcel.
NET_ASSESSED_VALUES NUMBER Property net assessed value, for the purpose of calculating property taxes.
CURRENCY_CODE VARCHAR2 3 Currency code of the parcel value amounts.
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.
PARCEL_ID_ENTERED VARCHAR2 50 Identifier given by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number.
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.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_VALUE_IMPORT_INT_N1 Non Unique DEFAULT BATCH_ID, IMPORT_STATUS_CODE
PSC_COM_VALUE_IMPORT_INT_U1 Unique DEFAULT BATCH_ID, INTERFACE_ROW_ID