DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_PVT dependencies on FND_PROFILE

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

3955: BEGIN
3956: x_msg_count := 0;
3957: x_return_status := FND_API.G_RET_STS_SUCCESS;
3958: pa_debug.set_err_stack('PA_PROGRESS_REPORT_PVT.delete_version_data');
3959: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
3960: fnd_profile.get('AFLOG_LEVEL',l_debug_level);
3961: l_debug_mode := NVL(l_debug_mode, 'Y');
3962: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
3963:

Line 3960: fnd_profile.get('AFLOG_LEVEL',l_debug_level);

3956: x_msg_count := 0;
3957: x_return_status := FND_API.G_RET_STS_SUCCESS;
3958: pa_debug.set_err_stack('PA_PROGRESS_REPORT_PVT.delete_version_data');
3959: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
3960: fnd_profile.get('AFLOG_LEVEL',l_debug_level);
3961: l_debug_mode := NVL(l_debug_mode, 'Y');
3962: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
3963:
3964: if nvl(l_debug_mode,'N') = 'N' then