DBA Data[Home] [Help]

APPS.CS_TZ_GET_DETAILS_PVT dependencies on FND_TIMEZONES_VL

Line 660: FROM fnd_timezones_vl

656:
657: -- Cursor to derive time zone name from time zone id
658: CURSOR timezone_name IS
659: SELECT name
660: FROM fnd_timezones_vl
661: WHERE upgrade_tz_id = l_tz_id ;
662:
663: l_task_timezone_id NUMBER ;
664: l_task_timezone VARCHAR2(50) ;