[Home] [Help]
159: ,x_timezone_id OUT NOCOPY NUMBER)
160: IS
161: CURSOR c_timezone IS
162: SELECT timezone_id
163: FROM HZ_TIMEZONES
164: WHERE global_timezone_name = p_timezone_name;
165: BEGIN
166: OPEN c_timezone;
167: FETCH c_timezone INTO x_timezone_id;