DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on FND_PROFILE

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

3147: l_frcost_type_id NUMBER := NULL;
3148: l_dleg_id_tab WSH_UTIL_CORE.id_tab_type; -- for deleting Dleg freight cost
3149: l_index NUMBER;
3150: --l_conversion_type_code VARCHAR2(30); -- OTM R12
3151: l_conversion_type_code FND_PROFILE_OPTION_VALUES.PROFILE_OPTION_VALUE%TYPE := NULL; -- OTM R12
3152:
3153: BEGIN--{
3154: -- For successfully processed deliveries Only
3155: -- The deliveries are marked successful after process delivery section

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

5357: RAISE invalid_timezone;
5358: END IF;
5359: CLOSE c_get_timezone_id;
5360:
5361: l_server_tz_id := FND_PROFILE.value('SERVER_TIMEZONE_ID');
5362:
5363: IF l_debug_on THEN
5364: WSH_DEBUG_SV.logmsg(l_module_name,'Server tz id :'||l_server_tz_id);
5365: END IF;