Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

hz_timezones_vl to fnd_timezones_vl table changes to fetch timezone id when we pass timezone abbrev

3136958Aug 8 2018 — edited Aug 10 2018

Hi Team,

we are trying to fetch timezone id based on abbrev .

In hz_timezones_vl we had coulmn which used to hold abbreviation

select * fromĀ  apps.hz_timezones_vl where GLOBAL_TIMEZONE_NAME='PST'

But in Fnd_timezones_vl we dont have proper column which will hold the abbreviation based on that we will fetch timezone code . We need to use V$timezone_names , there also we are seeing difference .

SELECT distinct TIMEZONE_CODE

FROM V$TIMEZONE_NAMES,fnd_timezones_vl where

TIMEZONE_CODE=tzname

and TZABBREV='PST'

Could you please if any function we have to fetch timezone id based on abbreviation

Thanks,

Ravi.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2018
Added on Aug 8 2018
3 comments
512 views