PSC_PZ_PARCEL_RECON

This table stores the parcel reconciliation data.

Details

  • Schema: FUSION

  • Object owner: PSC_PZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_PZ_PARCEL_RECON_PK

PARCEL_RECON_TRANS_ID

Columns

Name Datatype Length Precision Not-null Comments
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id.
PARCEL_RECON_TRANS_ID NUMBER 18 Yes This column is used to indicate parcel matching id.
PROV_PARCEL_ID_ENTERED VARCHAR2 50 Yes This column is used to indicate provisional parcel id which is generated on creation of the provisional parcel.
PARCEL_ID_ENTERED VARCHAR2 50 Yes PARCEL_ID_ENTERED will be populated when a new record is inserted into psc_pz_parcel_recon table.
FINAL_PARCEL_ID_ENTERED VARCHAR2 50 This column is used to indicate if the parcel has been matched or not. This field will be populated when a matching row for the provisional parcel is inserted.
MATCHING_STATUS VARCHAR2 1 Yes This column is used to indicate if the parcel has been created or is an automatic match or is a manual match. The valid value for this field is I - Initiated, A- Automatic Match or M-Manual Match.
INT_MATCHING_STATUS VARCHAR2 1 Yes This column indicates the internal matching status. The valid value for this field could be U-Unmatched or M-Matched.
RECON_STATUS VARCHAR2 1 Yes This column indicates if the parcel has been reconciled or not. The valid value for this field could be N- Not Reconciled or R- Reconciled.
INT_RECON_STATUS VARCHAR2 1 Yes This column indicates if the parcel has been reconciled or not and if it is a matching parcel for the reconciled parcel then this column will hold value "R" else the value will be "N". The valid value for this field could be N- Not Reconciled or R- Reconciled.
RECONCILED_DATE DATE The column holds a date on which the parcel was re-conciled.
RECONCILED_BY VARCHAR2 64 The column holds the user name by whom this parcel was re-conciled.
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.

Indexes

Index Uniqueness Tablespace Columns
PSC_PZ_PARCEL_RECON_PK Unique Default PARCEL_RECON_TRANS_ID