HZ_ADDRESS_USAGE_DTLS

The HZ_ADDRESS_USAGE_DTLS table stores the required geography components for addresses usages per country and address style. For example, the necessary valid geography components can differ depending on whether the address is used for geography or tax purposes.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

HZ_ADDRESS_USAGE_DTLS_PK

USAGE_DTL_ID

Columns

Name Datatype Length Precision Not-null Comments
USAGE_DTL_ID NUMBER 18 Yes Unique address usage detail identifier
USAGE_ID NUMBER 18 Yes Unique address usage identifier
GEOGRAPHY_TYPE VARCHAR2 30 Yes Required geography type for usage
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_USAGE_DTLS hz_address_usages USAGE_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_ADDRESS_USAGE_DTLS_PK Unique Default USAGE_DTL_ID
HZ_ADDRESS_USAGE_DTLS_U1 Unique Default USAGE_ID, GEOGRAPHY_TYPE