HZ_GEO_NAME_REFERENCES

The table HZ_GEO_NAME_REFERENCES stores the mapping between location elements and Master Reference geography elements based on Geography Name Matching.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

HZ_GEO_NAME_REFERENCES_PK

GEO_NAME_REFERENCE_ID

Columns

Name Datatype Length Precision Not-null Comments
GEO_NAME_REFERENCE_ID NUMBER 18 Yes Unique name reference identifier.
LOCATION_ID NUMBER 18 Yes Unique identifier for location.
GEOGRAPHY_ID NUMBER 18 Yes Unique identifier for geography that is mapped to a location component for each geography type.
LOCATION_TABLE_NAME VARCHAR2 30 Yes Stores the name of the table used to get the location information.
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.
GEOGRAPHY_TYPE VARCHAR2 30 Yes Indicates the geography type of the geography that is mapped to the location component.
LOC_EFFECTIVE_START_DATE DATE Date effectivity column
LOC_EFFECTIVE_END_DATE DATE Date effectivity column
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.
PROGRAM_NAME VARCHAR2 30 Concurrent Program who column - Identifies the concurrent program. FK to fnd_global.conc_program_name.
PROGRAM_APP_NAME VARCHAR2 50 Concurrent Program who column - Identifies the Application name spawning the Concurrent Request. FK to fnd_global.prog_appl_name.
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server).
LEVEL_NUMBER NUMBER 18 Level number for a location id in a hierarchy

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_GEO_NAME_REFERENCES hz_geographies GEOGRAPHY_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_GEO_NAME_REFERENCES_N1 Non Unique Default LOCATION_ID, LOCATION_TABLE_NAME, GEOGRAPHY_TYPE
HZ_GEO_NAME_REFERENCES_N2 Non Unique Default GEOGRAPHY_ID
HZ_GEO_NAME_REFERENCES_N3 Non Unique Default LOCATION_ID, GEOGRAPHY_ID, LOC_EFFECTIVE_START_DATE, LOC_EFFECTIVE_END_DATE
HZ_GEO_NAME_REFERENCES_PK Unique Default GEO_NAME_REFERENCE_ID