DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_PVT dependencies on FND_PROFILE

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

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

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

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