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 2075: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

2071:
2072: l_entire_return_status := FND_API.G_RET_STS_SUCCESS;
2073: x_return_status := FND_API.G_RET_STS_SUCCESS;
2074:
2075: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2076: l_debug_mode := NVL(l_debug_mode, 'Y');
2077:
2078: /* bug 4227840: wrapping the setting of debug error stack call to
2079: * pa_debug under the debug enbaling check

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

2776:
2777: x_msg_count := 0;
2778: x_return_status := FND_API.G_RET_STS_SUCCESS;
2779:
2780: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2781: l_debug_mode := NVL(l_debug_mode, 'Y');
2782:
2783: /* bug 4227840: wrapping the setting of debug error stack call to
2784: * pa_debug under the debug enbaling check

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

3305: BEGIN
3306: x_msg_count := 0;
3307: x_return_status := FND_API.G_RET_STS_SUCCESS;
3308:
3309: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
3310: l_debug_mode := NVL(l_debug_mode, 'Y');
3311:
3312: /* bug 4227840: wrapping the setting of debug error stack call to
3313: * pa_debug under the debug enbaling check