My Oracle Support Banner

Data Missing In Hz_timezone_mapping For Different Regions For Various Countries. (Doc ID 1329012.1)

Last updated on JUNE 05, 2024

Applies to:

Oracle Receivables - Version 12 and later
Oracle Trading Community - Version 12.0 and later
Information in this document applies to any platform.

Symptoms

Missing data in the HZ_TIMEZONE_MAPPING table.  The view HZ_TIMEZONES_VL has the correct values/data for the country, but HZ_TIMEZONE_MAPPING has only one listed.

For example:
select timezone_id, name
from HZ_TIMEZONES_TL
where name like '%Aus%'
and language = 'US'

returns 10 rows with different timezone_id's associated.

select * from HZ_TIMEZONE_MAPPING
where country = 'AU';

returns one row (timezone_id = 214)

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.