DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on FND_TIMEZONES_VL

Line 829: FROM fnd_timezones_vl vl

825: l_exists VARCHAR2(1);
826: --
827: cursor csr_valid_timezone IS
828: SELECT NULL
829: FROM fnd_timezones_vl vl
830: WHERE vl.timezone_code = p_timezone_code
831: AND vl.enabled_flag = 'Y';
832: --
833: --