PSC_COM_PARCEL_INT

This is parcel interface table for apo datamodel.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PSC_COM_PARCEL_INT_PK

PARCEL_ID, PARCEL_ID_ENTERED, LOAD_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PARCEL_ID NUMBER 18 Yes PARCEL_ID Active
PARCEL_ID_ENTERED VARCHAR2 50 Yes PARCEL_ID_ENTERED Active
PARENT_PARCEL_ID NUMBER 18 PARENT_PARCEL_ID Active
PARCEL_TYPE VARCHAR2 30 PARCEL_TYPE Active
ENABLED_FLAG VARCHAR2 1 Yes ENABLED_FLAG Active
JURISDICTION VARCHAR2 50 JURISDICTION Active
PRIMARY_ZONING_ID VARCHAR2 30 PRIMARY_ZONING_ID Active
BLOCK_NUM VARCHAR2 30 BLOCK_NUM Active
UNIT_NUM VARCHAR2 30 UNIT_NUM Active
LOT_NUM VARCHAR2 30 LOT_NUM Active
BOOK_NUM VARCHAR2 30 BOOK_NUM Active
SECTION_NUM VARCHAR2 30 SECTION_NUM Active
PAGE_NUM VARCHAR2 30 PAGE_NUM Active
SUBDIVISION VARCHAR2 30 SUBDIVISION Active
LAND_USE_CODE VARCHAR2 30 LAND_USE_CODE Active
MAP_NAME VARCHAR2 50 MAP_NAME Active
MAP_BOOK_PAGE VARCHAR2 50 MAP_BOOK_PAGE Active
LONGITUDE NUMBER LONGITUDE Active
LATITUDE NUMBER LATITUDE Active
SRID NUMBER 10 SRID Active
SHAPE VARCHAR2 200 shape Active
COORDINATE_X NUMBER COORDINATE_X Active
COORDINATE_Y NUMBER COORDINATE_Y 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
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
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. Active
BOUNDARY_DESCRIPTION VARCHAR2 480 Description of the boundaries of the parcel.
PROPERTY_DESCRIPTION VARCHAR2 240 Description of the parcel.
ZONING_DESCRIPTION VARCHAR2 240 Description of the zoning related to the parcel.
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_INT_U1 Unique Default PARCEL_ID, PARCEL_ID_ENTERED, LOAD_REQUEST_ID