DBA Data[Home] [Help]

APPS.PA_FP_MULTI_CURRENCY_PKG dependencies on FND_PROFILE

Line 14: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');

10: g_fp_project_cost_exchng_rt Number;
11: g_fp_project_rev_exchng_rt Number;
12: g_module_name VARCHAR2(100) := 'pa.plsql.PA_FP_MULTI_CURRENCY_PKG';
13:
14: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
15:
16: /* Perf Bug: 3683132 */
17: /*====================================================================+
18: | Bug 4094376: Refreshed global variables g_cache_fp_plan_version_id |

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

202: BEGIN
203:
204: x_return_status := FND_API.G_RET_STS_SUCCESS;
205:
206: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
207: --l_debug_mode := NVL(l_debug_mode,'Y');
208: IF P_PA_DEBUG_MODE = 'Y' THEN
209: pa_debug.init_err_stack('PA_FP_MULTI_CURRENCY_PKG.conv_mc_bulk');
210: pa_debug.set_process('PLSQL','LOG',l_debug_mode);

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

2104:
2105: l_entire_return_status := FND_API.G_RET_STS_SUCCESS;
2106: x_return_status := FND_API.G_RET_STS_SUCCESS;
2107:
2108: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2109: l_debug_mode := NVL(l_debug_mode, 'Y');
2110:
2111: /* bug 4227840: wrapping the setting of debug error stack call to
2112: * pa_debug under the debug enbaling check

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

2809:
2810: x_msg_count := 0;
2811: x_return_status := FND_API.G_RET_STS_SUCCESS;
2812:
2813: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2814: l_debug_mode := NVL(l_debug_mode, 'Y');
2815:
2816: /* bug 4227840: wrapping the setting of debug error stack call to
2817: * pa_debug under the debug enbaling check

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

3338: BEGIN
3339: x_msg_count := 0;
3340: x_return_status := FND_API.G_RET_STS_SUCCESS;
3341:
3342: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
3343: l_debug_mode := NVL(l_debug_mode, 'Y');
3344:
3345: /* bug 4227840: wrapping the setting of debug error stack call to
3346: * pa_debug under the debug enbaling check