DBA Data[Home] [Help]

APPS.CSF_TASK_ADDRESS_PVT dependencies on HZ_TIMEZONES_VL

Line 1924: FROM hz_timezones_vl

1920:
1921: CURSOR c_timezone_check (p_timezone_id NUMBER)
1922: IS
1923: SELECT NAME
1924: FROM hz_timezones_vl
1925: WHERE timezone_id = p_timezone_id;
1926:
1927: CURSOR c_country_code (p_country hz_locations.country%TYPE)
1928: IS