DBA Data[Home] [Help]

APPS.FTE_PO_INTEGRATION_GRP dependencies on FND_PROFILE

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

459: --
460: -- Debug Statements
461: --
462: IF l_debug_on THEN
463: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);
464: l_debugfile := l_debugfile||'/'||WSH_DEBUG_SV.g_file;
465:
466: WSH_DEBUG_SV.push(l_module_name);
467: WSH_DEBUG_SV.log(l_module_name,'Begin of the process ',l_debugfile);