FFS_LOCATION
Contains predefined locations to be assigned as start/final/home ones to resources.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
FFS_LOCATION_PK |
LOCATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LOCATION_ID | NUMBER | 10 | Yes | Resource location unique identifier. | |
LABEL | VARCHAR2 | 1020 | Label of where resource is located. | ||
POSTAL_CODE | VARCHAR2 | 36 | Postal code where resource is located. | ||
CITY | VARCHAR2 | 160 | City where resource is located. | ||
STATE_PROVINCE | VARCHAR2 | 128 | Province where resource is located. | ||
STREET_ADDRESS | VARCHAR2 | 1020 | Resource location street address. | ||
COORD_STATUS | VARCHAR2 | 9 | Status of resource street address resolution - coordinates are found. | ||
COORD_ACCURACY | NUMBER | 3 | Yes | Status of resource street address resolution accuracy Level Of Geocoding Coordinates Not Valid - -1 Undefined - 0 Country - 1 State - 2 County - 3 City - 4 Zip - 5 Route - 6 Street - 7 Intersection - 8 Address - 9. | |
COORD_X | NUMBER | 8 | Resource location street geolocation coordinates. | ||
COORD_Y | NUMBER | 8 | Resource location street geolocation coordinates. | ||
TRAVEL_KEY | VARCHAR2 | 1020 | Resource location travel key. Calculated automatically based on configured oTravel Key on Business Rules screen. | ||
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. | ||
COORD_VIEWPORT_RADIUS | NUMBER | 6 | Radius of resource location viewport returned by geoprovider in meters. | ||
PERSONAL_ADDRESS_FLAG | VARCHAR2 | 1 | Indicates if this is the personal address of the contact. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_LOCATION_PK | Unique | Default | LOCATION_ID |