PSC_COM_PAR_ADDRESS_IMPORT_INT
The interface table psc_com_par_address_import_int stores information for parcel addresses and load into PSC_COM_PARCEL_ADDRESS 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_par_address_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. | ||
| PROVINCE | VARCHAR2 | 60 | Location information about the province in which the parcel address is located. | ||
| POSTAL_PLUS4_CODE | VARCHAR2 | 10 | For US addresses, the full postal code is often quoted as a 5 digit number, followed by a 4 digit number. This column represents the second number having 4 digits. | ||
| ADDRESS_ID | NUMBER | 18 | System generated sequence key for the parcel address. | ||
| ADDRESS_CODE | VARCHAR2 | 480 | Unique identifier for the parcel address. | ||
| ENABLED_FLAG | VARCHAR2 | 1 | Attribute that indicates whether the parcel address is available for use. | ||
| COUNTRY | VARCHAR2 | 3 | Country that is part of the parcel address. | ||
| STATE | VARCHAR2 | 60 | State that is part of the parcel address. | ||
| COUNTY | VARCHAR2 | 60 | County in which the parcel address is located. | ||
| MUNICIPALITY_ID | VARCHAR2 | 20 | Municipality in which the parcel address is located. | ||
| ADDRESS1 | VARCHAR2 | 240 | Address Line 1 that is part of the parcel address. | ||
| ADDRESS2 | VARCHAR2 | 240 | Address Line 2 that is part of the parcel address. | ||
| ADDRESS3 | VARCHAR2 | 240 | Address Line 3 that is part of the parcel address. | ||
| ADDRESS4 | VARCHAR2 | 240 | Address Line 4 that is part of the parcel address. | ||
| CITY | VARCHAR2 | 60 | City that is part of the parcel address. | ||
| POSTAL_CODE | VARCHAR2 | 60 | Postal Code that is part of the parcel address. | ||
| STREET_NUMBER | VARCHAR2 | 20 | Street number used for parcel address searches. | ||
| STREET_DIRECTION | VARCHAR2 | 10 | Street Direction used for parcel address searches. | ||
| STREET_NAME | VARCHAR2 | 240 | Street Name used for parcel address searches. | ||
| STREET_TYPE | VARCHAR2 | 20 | Street Type used for parcel address searches. | ||
| BUILDING_TYPE | VARCHAR2 | 20 | Building Type used for parcel address searches. | ||
| FLOOR | VARCHAR2 | 20 | Floor number used for parcel address searches. | ||
| UNIT_NUMBER | VARCHAR2 | 30 | Apartment unit number used for parcel address searches. | ||
| ADDRESS_FIELD1 | VARCHAR2 | 20 | Additional parcel address information 1 used for parcel address searches. | ||
| ADDRESS_FIELD2 | VARCHAR2 | 20 | Additional parcel address information 2 used for parcel address searches. | ||
| ADDRESS_FIELD3 | VARCHAR2 | 20 | Additional parcel address information 3 used for parcel address searches. | ||
| ADDRESS_TYPE | VARCHAR2 | 20 | Attribute used for address point validation. Possible values might be main address, virtual address, shipping gate address, or others. | ||
| EMAIL_ID | VARCHAR2 | 50 | Email id of the parcel contact person. | ||
| HOME_PHONE_COUNTRY | VARCHAR2 | 10 | Phone country code of the home phone number of the parcel contact person. | ||
| HOME_PHONE_NUM | VARCHAR2 | 40 | Home phone number of the parcel contact person. | ||
| WORK_PHONE_COUNTRY | VARCHAR2 | 10 | Phone country code of the work phone number of the parcel contact person. | ||
| WORK_PHONE_NUM | VARCHAR2 | 40 | Work phone number of the parcel contact person. | ||
| CELL_PHONE_COUNTRY | VARCHAR2 | 10 | Phone country code of the cell phone number of the parcel contact person. | ||
| CELL_PHONE_NUM | VARCHAR2 | 40 | Cell phone number of the parcel contact person. | ||
| FAX_COUNTRY | VARCHAR2 | 10 | Country code of the fax number of the parcel contact person. | ||
| FAX_NUM | VARCHAR2 | 40 | Fax number of the parcel contact person. | ||
| LONGITUDE | NUMBER | Geographical longitude location of the parcel address. | |||
| LATITUDE | NUMBER | Geographical latitude location of the parcel address. | |||
| INPUT_SOURCE | VARCHAR2 | 1 | Indicates how parcel address data was entered. Data could have been entered by a user, or it could have been loaded by a process. | ||
| SRID | NUMBER | 10 | Spatial Reference System Identifier (SRID) is a unique value used to unambiguously identify projected, unprojected, and local spatial coordinate system definitions for the parcel address. | ||
| PRIMARY_FLAG | VARCHAR2 | 1 | Identifies the parcel address as the primary address. | ||
| COORDINATE_X | NUMBER | Geographic x coordinate of the parcel address location. | |||
| COORDINATE_Y | NUMBER | Geographic y coordinate of the parcel address location. | |||
| NAME1 | VARCHAR2 | 150 | First Name that identifies the Parcel Address Contact. | ||
| NAME2 | VARCHAR2 | 150 | Second Name that identifies the Parcel Address Contact. | ||
| STREET_SUFFIX | VARCHAR2 | 20 | Street name that describes the street. | ||
| CROSSROAD1 | VARCHAR2 | 240 | Cross road 1 that is part of parcel address. | ||
| CROSSROAD2 | VARCHAR2 | 240 | Cross road 2 that is part of parcel address. | ||
| LANDMARK | VARCHAR2 | 200 | Landmark for the parcel address. | ||
| 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_ADDRESS_IMPORT_INT_N1 | Non Unique | DEFAULT | BATCH_ID, IMPORT_STATUS_CODE |
| PSC_COM_ADDRESS_IMPORT_INT_U1 | Unique | DEFAULT | BATCH_ID, INTERFACE_ROW_ID |