DBA Data[Home] [Help]

APPS.WSH_ROUTING_REQUEST dependencies on FND_PROFILE

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

1688: END LOOP;
1689:
1690: --Insert as message Debug information if debugger is on
1691: IF l_debug_on THEN
1692: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);
1693: l_debugfile := l_debugfile||'/'||WSH_DEBUG_SV.g_file;
1694:
1695: FND_MESSAGE.SET_NAME('WSH','WSH_DEBUG_FILE_NAME');
1696: FND_MESSAGE.SET_TOKEN('DEBUG_FILE_NAME',l_debugfile);

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

6237:
6238:
6239: --Insert Debug information as message ,if debugger is on.
6240: IF l_debug_on THEN
6241: fnd_profile.get('WSH_DEBUG_LOG_DIRECTORY',l_debugfile);
6242: l_debugfile := l_debugfile||'/'||WSH_DEBUG_SV.g_file;
6243:
6244: FND_MESSAGE.SET_NAME('WSH','WSH_DEBUG_FILE_NAME');
6245: FND_MESSAGE.SET_TOKEN('DEBUG_FILE_NAME',l_debugfile);