HZ_ADDRESS_USAGES

The HZ_ADDRESS_USAGES table stores the address usages per country and address style. Address usages are used during the Geography Name Referencing process to identify the geography components required for an address.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

HZ_ADDRESS_USAGES_PK

USAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
USAGE_ID NUMBER 18 Yes Unique address usage identifier
MAP_ID NUMBER 18 Yes Foreign key to HZ_GEO_STRUCT_MAP.map_id
USAGE_CODE VARCHAR2 30 Yes Code for address usage
STATUS_FLAG VARCHAR2 1 Yes Indicates if usage is active.
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.
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.
CREATED_BY_MODULE VARCHAR2 30 TCA Who column

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_ADDRESS_USAGES hz_geo_struct_map MAP_ID
hz_address_usage_dtls hz_address_usages USAGE_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_ADDRESS_USAGES_PK Unique Default USAGE_ID
HZ_ADDRESS_USAGES_U1 Unique Default MAP_ID, USAGE_CODE