HZ_GEOGRAPHY_IDENTIFIERS

HZ_GEOGRPHY_IDENTIFIERS stores multiple identifiers used to describe the same geography. The values stored in this field may come from different geography data providers or entered by the user. Identifiers include Names (such as Alternate Names or Vanity Names) and Codes (for example ISO codes for countries or UN/LOCODES for locations). For Example: This table would store the vanity name of a section of Redwood City as Redwood Shores.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

HZ_GEOGRAPHY_IDENTIFIERS_PK

GEOGRAPHY_IDENTIFIER_ID

Columns

Name Datatype Length Precision Not-null Comments Status
GEOGRAPHY_IDENTIFIER_ID NUMBER 18 Yes Unique id for geography identifier.
GEOGRAPHY_ID NUMBER 18 Yes Unique identifier for this geography (Foreign Key to HZ_GEOGRAPHIES.GEOGRAPHY_ID)
IMPORT_BATCH_ID NUMBER 18 Import batch ID of the geography identifier record. This column indicates the batch id of the latest import batch which created/updated this geography identifier record Active
GEO_DATA_PROVIDER VARCHAR2 30 Yes Name of the data source provider
IDENTIFIER_SUBTYPE VARCHAR2 30 Yes Specifies the type of a code or a name. Value is from lookup of type HZ_GEO_IDENTIFIER_SUBTYPE. Sample values are FIPS_CODE, GEO_CODE, ISO_COUNTRY_CODE, STANDARD_NAME, etc.
IDENTIFIER_VALUE VARCHAR2 360 Yes Stores the geography identifier value of the geography record for the specified identifier type
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.
IDENTIFIER_TYPE VARCHAR2 30 Yes Specifies whether the value in identifier_value is a code or a name. Value is from lookup of type HZ_GEO_IDENTIFIER_TYPE. Sample values are CODE and NAME.
PRIMARY_FLAG VARCHAR2 1 Yes Indicates whether this name or code is the default for this geography. Y for primary and N for non-primary records.
LANGUAGE_CODE VARCHAR2 4 Yes Stores the language in which identifier_value is stored
GEOGRAPHY_USE VARCHAR2 30 Yes Use of geography data
GEOGRAPHY_TYPE VARCHAR2 30 Yes Type of geography data
COUNTRY_CODE VARCHAR2 2 Code of the Country to which the Geography belongs.
CREATED_BY_MODULE VARCHAR2 30 Yes Source application module that created this record.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_GEOGRAPHY_IDENTIFIERS hz_geographies GEOGRAPHY_ID
hz_geo_iden_prov_dtls hz_geography_identifiers GEOGRAPHY_IDENTIFIER_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_GEOGRAPHY_IDENTIFIERS_N1 Non Unique Default IDENTIFIER_VALUE, GEOGRAPHY_TYPE, GEOGRAPHY_USE, IDENTIFIER_TYPE, PRIMARY_FLAG
HZ_GEOGRAPHY_IDENTIFIERS_N2 Non Unique Default UPPER("IDENTIFIER_VALUE"), GEOGRAPHY_USE, IDENTIFIER_TYPE, GEOGRAPHY_TYPE
HZ_GEOGRAPHY_IDENTIFIERS_N3 Non Unique Default GEOGRAPHY_TYPE, GEOGRAPHY_USE, IDENTIFIER_TYPE, GEO_DATA_PROVIDER
HZ_GEOGRAPHY_IDENTIFIERS_N4 Non Unique Default COUNTRY_CODE, GEOGRAPHY_TYPE, GEOGRAPHY_USE, IDENTIFIER_TYPE, UPPER("IDENTIFIER_VALUE")
HZ_GEOGRAPHY_IDENTIFIERS_N5 Non Unique Default GEOGRAPHY_ID, GEOGRAPHY_TYPE, COUNTRY_CODE, GEOGRAPHY_USE, IDENTIFIER_TYPE, PRIMARY_FLAG, LANGUAGE_CODE
HZ_GEOGRAPHY_IDENTIFIERS_PK Unique Default GEOGRAPHY_IDENTIFIER_ID, ORA_SEED_SET1
HZ_GEOGRAPHY_IDENTIFIERS_PK1 Unique Default GEOGRAPHY_IDENTIFIER_ID, ORA_SEED_SET2
HZ_GEOGRAPHY_IDENTIFIERS_U1 Unique Default GEOGRAPHY_ID, IDENTIFIER_TYPE, IDENTIFIER_SUBTYPE, IDENTIFIER_VALUE, LANGUAGE_CODE, ORA_SEED_SET1
HZ_GEOGRAPHY_IDENTIFIERS_U11 Unique Default GEOGRAPHY_ID, IDENTIFIER_TYPE, IDENTIFIER_SUBTYPE, IDENTIFIER_VALUE, LANGUAGE_CODE, ORA_SEED_SET2