DBA Data[Home] [Help]

APPS.PA_TIMELINE_PVT dependencies on PA_DEBUG

Line 133: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

129: BEGIN
130: x_return_status := FND_API.G_RET_STS_SUCCESS;
131:
132: -- Add the following two lines so that debug messages get written to the log file.
133: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
134: IF l_debug_mode = 'Y' THEN -- Added for bug 4345291
135: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
136: END IF;
137:

Line 135: pa_debug.set_process('PLSQL','LOG',l_debug_mode);

131:
132: -- Add the following two lines so that debug messages get written to the log file.
133: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
134: IF l_debug_mode = 'Y' THEN -- Added for bug 4345291
135: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
136: END IF;
137:
138: pa_timeline_util.debug(' Entering Create_Timeline for resource id or resource names ');
139: g_TimelineProfileSetup := PA_TIMELINE_UTIL.get_timeline_profile_setup;