DBA Data[Home] [Help]

APPS.HR_LOC_BUS dependencies on FND_TIMEZONES_VL

Line 818: FROM fnd_timezones_vl vl

814: l_exists VARCHAR2(1);
815: --
816: cursor csr_valid_timezone IS
817: SELECT NULL
818: FROM fnd_timezones_vl vl
819: WHERE vl.timezone_code = p_timezone_code
820: AND vl.enabled_flag = 'Y';
821: --
822: --