DBA Data[Home] [Help]

APPS.FTE_ESTIMATE_FREIGHT_RATE dependencies on FND_PROFILE

Line 192: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);

188: --
189: -- Debug Statements
190: --
191: IF l_debug_on THEN
192: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);
193: l_debugfile := l_debugfile||'/'||WSH_DEBUG_SV.g_file;
194:
195: WSH_DEBUG_SV.push(l_module_name);
196: WSH_DEBUG_SV.log(l_module_name,'Begin of the process ',l_debugfile);