DBA Data[Home] [Help]

APPS.OTA_TIMEZONE_UTIL dependencies on FND_TIMEZONES_VL

Line 61: FROM fnd_timezones_vl

57: IS
58: CURSOR csr_get_client_tzvals IS
59: SELECT timezone_code
60: ,name
61: FROM fnd_timezones_vl
62: WHERE UPGRADE_TZ_ID = fnd_profile.VALUE ('CLIENT_TIMEZONE_ID');
63: BEGIN
64: p_timezone_code := NULL;
65: p_timezone_name := NULL;