DBA Data[Home] [Help]

APPS.OTA_TIMEZONE_UTIL dependencies on FND_TIMEZONES_VL

Line 60: FROM fnd_timezones_vl

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