HZ_GEO_IDEN_PROV_DTLS

HZ_GEO_IDEN_PROV_DTLS is a tracking table to track the geographies by multiple providers.The intent is to maintain a single geography hierarchy with multiple providers. For example if a geograpy CA is provided by AVALARA,LOQATE,VERTEX, this table will have three records for CA one record for each provider. This table is tracked at the geography_identifiers level.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: Dafault

Primary Key

Name Columns

hz_geo_iden_prov_dtls_PK

GEO_IDEN_PROV_DTL_ID

Columns

Name Datatype Length Precision Not-null Comments
GEO_IDEN_PROV_DTL_ID NUMBER 18 Yes Unique ID for geography identifier provider.
GEOGRAPHY_IDENTIFIER_ID NUMBER 18 Yes Unique ID for geography identifier from HZ_GEOGRAPHY_IDENTIFIERS table.
GEOGRAPHY_ID NUMBER 18 Yes Unique geography identifier from HZ_GEOGRAPHIES table used in TCA Geography tables (internal use only).
PROVIDER_GEO_ID VARCHAR2 64 Unique master geography identifier provided by the data provider.
PARENT_PROVIDER_GEO_ID VARCHAR2 64 Provider Geo ID of parent geography provided by the provider.
PROVIDER_CODE VARCHAR2 30 Yes Code of the geography provider. The value is from HZ_GEO_DATA_PROVIDER lookup type. Valid values are LOQATE, VERTEX, GDT, TAXWARE and so on.
COUNTRY_CODE VARCHAR2 2 Code of the Country to which the Geography belongs. Value is validated against FND_TERRITORIES_VL.
IMPORT_BATCH_ID NUMBER 18 Import batch ID of the geography record. This column indicates the batch ID of the latest import batch which created or updated this geography record
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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 Created by module

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_GEO_IDEN_PROV_DTLS hz_geographies GEOGRAPHY_ID
HZ_GEO_IDEN_PROV_DTLS hz_geography_identifiers GEOGRAPHY_IDENTIFIER_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_GEO_IDEN_PROV_DTLS_N1 Non Unique Default COUNTRY_CODE, PROVIDER_CODE, PROVIDER_GEO_ID, PARENT_PROVIDER_GEO_ID
HZ_GEO_IDEN_PROV_DTLS_N2 Non Unique Default GEOGRAPHY_ID
HZ_GEO_IDEN_PROV_DTLS_U1 Unique Default GEO_IDEN_PROV_DTL_ID
HZ_GEO_IDEN_PROV_DTLS_U2 Unique Default GEOGRAPHY_IDENTIFIER_ID, PROVIDER_CODE, PROVIDER_GEO_ID
HZ_GEO_IDEN_PROV_DTLS_U3 Unique Default PROVIDER_CODE, GEOGRAPHY_IDENTIFIER_ID