EXM_LOCATIONS

Store locations from HZ_GEOGRAPHIES table.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: exm_locations

Primary Key

Name Columns

EXM_LOCATIONS_PK

GEOGRAPHY_ID

Columns

Name Datatype Length Precision Not-null Comments
GEOGRAPHY_ID NUMBER 18 Yes Unique identifier for a geography.
LOCATION VARCHAR2 1446 Contains the location which is a combination of GEOGARPHY ELEMENTS4, ELEMENTS3, ELEMENTS2, ELEMENTS1 columns.
GEOGRAPHY_NAME VARCHAR2 360 Yes Describes the primary name of the geography.
GEOGRAPHY_TYPE VARCHAR2 30 Yes Describes the type of the geography.
START_DATE DATE Yes Start date from which this geography is valid for use.
END_DATE DATE Yes Date from which this geography is no longer valid.
GEOGRAPHY_ELEMENT1 VARCHAR2 360 Name of de-normalized parent of the geography.
GEOGRAPHY_ELEMENT2 VARCHAR2 360 Name of de-normalized parent of the geography.
GEOGRAPHY_ELEMENT3 VARCHAR2 360 Name of de-normalized parent of the geography.
GEOGRAPHY_ELEMENT4 VARCHAR2 360 Name of de-normalized parent of the geography.
GEOGRAPHY_ELEMENT5 VARCHAR2 360 Name of de-normalized parent of the geography.
COUNTRY_CODE VARCHAR2 2 Code of the Country to which the Geography belongs.
GEOGRAPHY_ELEMENT2_ID NUMBER 18 Unique identifier of de-normalized parent of the geography.
GEOGRAPHY_ELEMENT2_CODE VARCHAR2 30 Code of de-normalized parent of the geography.
LOCATION_SOURCE_CODE VARCHAR2 30 Yes Indicates the sources from which the row was added.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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
EXM_LOCATIONS_N1 Non Unique EXM_LOCATIONS_N1 UPPER("GEOGRAPHY_ELEMENT1")
EXM_LOCATIONS_N2 Non Unique EXM_LOCATIONS_N2 UPPER("GEOGRAPHY_ELEMENT2")
EXM_LOCATIONS_N3 Non Unique EXM_LOCATIONS_N3 UPPER("GEOGRAPHY_ELEMENT2_CODE")
EXM_LOCATIONS_N4 Non Unique EXM_LOCATIONS_N4 UPPER("COUNTRY_CODE")
EXM_LOCATIONS_N5 Non Unique EXM_LOCATIONS_N5 GEOGRAPHY_TYPE
EXM_LOCATIONS_N6 Non Unique EXM_LOCATIONS_N6 UPPER("GEOGRAPHY_NAME")
EXM_LOCATIONS_N7 Non Unique EXM_LOCATIONS_N7 UPPER("LOCATION")
EXM_LOCATIONS_U1 Unique EXM_LOCATIONS_U1 GEOGRAPHY_ID