FFS_COMPANY_BOUNDS

Contains restrictions on coordinates for the company.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_COMPANY_BOUNDS_PK

X1, Y1, X2, Y2

Columns

Name Datatype Length Precision Not-null Comments
X1 NUMBER 8 Yes Coordinates. Left top corner. Longitude.
Y1 NUMBER 8 Yes Coordinates. Left top corner. Latitude.
X2 NUMBER 8 Yes Coordinates. Right bottom corner. Longitude.
Y2 NUMBER 8 Yes Coordinates. Right bottom corner. Latitude.
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_COMPANY_BOUNDS_PK Unique DATA X1, Y1, X2, Y2