DBA Data[Home] [Help]

APPS.FND_RUN_FUNCTION dependencies on FND_SESSION_UTILITIES

Line 259: l_mac_code := fnd_session_utilities.mac(l_mac_data, l_session_id);

255: if ( l_session_id <> -1 ) then
256: l_mac_enabled := fnd_profile.value('FND_VALIDATION_LEVEL');
257: l_mac_lite_enabled := fnd_profile.value('FND_FUNCTION_VALIDATION_LEVEL');
258: if ( l_mac_enabled <> 'NONE' or l_mac_lite_enabled <> 'NONE' ) then
259: l_mac_code := fnd_session_utilities.mac(l_mac_data, l_session_id);
260: return l_url || '&oas=' || l_mac_code;
261: end if;
262: end if;
263: