DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on FND_PROFILE

Line 3159: l_conversion_type_code FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE := NULL; -- OTM R12

3155: l_frcost_type_id NUMBER := NULL;
3156: l_dleg_id_tab WSH_UTIL_CORE.id_tab_type; -- for deleting Dleg freight cost
3157: l_index NUMBER;
3158: --l_conversion_type_code VARCHAR2(30); -- OTM R12
3159: l_conversion_type_code FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE := NULL; -- OTM R12
3160:
3161: BEGIN--{
3162: -- For successfully processed deliveries Only
3163: -- The deliveries are marked successful after process delivery section

Line 5369: l_server_tz_id := FND_PROFILE.value('SERVER_TIMEZONE_ID');

5365: RAISE invalid_timezone;
5366: END IF;
5367: CLOSE c_get_timezone_id;
5368:
5369: l_server_tz_id := FND_PROFILE.value('SERVER_TIMEZONE_ID');
5370:
5371: IF l_debug_on THEN
5372: WSH_DEBUG_SV.logmsg(l_module_name,'Server tz id :'||l_server_tz_id);
5373: END IF;