FFS_CML_SHAPE_STATUS
Stores upload statuses for custom map layers.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_CML_SHAPE_STATUS_PK |
SHAPE_STATUS_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SHAPE_STATUS_ID | NUMBER | 10 | Yes | Unique identifier of Shape Status. | |
LAYER_LABEL | VARCHAR2 | 96 | Map layer identifier for shapefile. | ||
PROGRESS | VARCHAR2 | 32 | Import status: pending, succeeded, failed, cancelled. | ||
START_TIME | TIMESTAMP | Shapefile import start date as timestamp. | |||
END_TIME | TIMESTAMP | Shapefile import end date as timestamp. | |||
STATUS | NUMBER | 11 | Status of import as http code(200, 404, 500). | ||
TYPE | VARCHAR2 | 255 | Type of error; if success then null. | ||
TITLE | VARCHAR2 | 255 | Error title set during upload processing. | ||
MESSAGE | VARCHAR2 | 255 | Error message set during upload processing. | ||
ENTITY_NAME | VARCHAR2 | 255 | Entity name: SHAPE, LAYER.layer_label. | ||
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 |
---|---|---|---|
FFS_CML_SHAPE_STATUS_N1 | Non Unique | DATA | LAYER_LABEL |
FFS_CML_SHAPE_STATUS_PK | Unique | DATA | SHAPE_STATUS_ID |