DBA Data[Home] [Help]

APPS.WSH_OTM_RIQ_XML dependencies on FND_TIMEZONES

Line 5844: g_timezone_code:=FND_TIMEZONES.get_server_timezone_code;

5840: RAISE FND_API.G_EXC_ERROR;
5841: END IF;--}
5842:
5843: --Time Zone
5844: g_timezone_code:=FND_TIMEZONES.get_server_timezone_code;
5845:
5846: OPEN c_get_global_time_class;
5847: FETCH c_get_global_time_class INTO g_global_time_class;
5848: CLOSE c_get_global_time_class;