PSC_COM_GIS_APO_LOAD_PROGRESS
This table tracks the progress of ESS job for bulk load of GIS data into the APO master.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
psc_com_gis_apo_load_progr_PK |
BATCH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BATCH_ID | NUMBER | 18 | Yes | Unique Identifier for a Job. | |
| OFFSET_PARCEL | NUMBER | 18 | Indicates the offset value for Parcel url. | ||
| OFFSET_ADDRESS | NUMBER | 18 | Indicates the offset value for Address url. | ||
| PROCESSED_PARCEL | NUMBER | 18 | Indicates the number of Parcels processed in a batch. | ||
| PROCESSED_PARCEL_ADDRESS | NUMBER | 18 | Indicates the number of Parcel addresses processed in a batch. | ||
| PROCESSED_PARCEL_OWNER | NUMBER | 18 | Indicates the number of Parcel owners processed in a batch. | ||
| PROCESSED_ADDRESS | NUMBER | 18 | Indicates the number of Addresses without parcels processed in a batch. | ||
| PROCESS_PARCEL | VARCHAR2 | 1 | Indicates if there are parcel rows to be processed. | ||
| PROCESS_ADDRESS | VARCHAR2 | 1 | Indicates if there are address without parcel rows to be processed. | ||
| MESSAGE_1 | VARCHAR2 | 3000 | This field can be used to store any message. | ||
| MESSAGE_2 | VARCHAR2 | 3000 | This field can be used to store any message. | ||
| MESSAGE_3 | VARCHAR2 | 3000 | This field can be used to store any message. | ||
| MESSAGE_4 | VARCHAR2 | 3000 | This field can be used to store any message. | ||
| 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_COM_GIS_APO_LOAD_U1 | Unique | DEFAULT | BATCH_ID |