DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_UTILS dependencies on FND_PROFILE

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

8: -- End of Comments
9:
10: /* 20-Mar-2002 SManivannan Added Procedure Get_Tp_Amount_Type */
11:
12: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
13:
14: PROCEDURE get_forecast_option_details
15: ( x_fcst_period_type OUT NOCOPY pa_forecasting_options_all.org_fcst_period_type%TYPE --File.Sql.39 bug 4440895
16: ,x_period_set_name OUT NOCOPY pa_implementations_all.period_set_name%TYPE --File.Sql.39 bug 4440895

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

69: IF P_PA_DEBUG_MODE = 'Y' THEN
70: pa_debug.init_err_stack('PA_FP_ORG_FCST_UTILS.get_forecast_option_details');
71: END IF;
72:
73: --fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
74: l_debug_mode := 'Y';
75:
76: IF P_PA_DEBUG_MODE = 'Y' THEN
77: pa_debug.set_process('get_forecast_option_details: ' || 'PLSQL','LOG',l_debug_mode);

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

226: IF P_PA_DEBUG_MODE = 'Y' THEN
227: pa_debug.init_err_stack('PA_FP_ORG_FCST_UTILS.get_org_project_info');
228: END IF;
229:
230: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
231: l_debug_mode := NVL(l_debug_mode, 'Y');
232:
233: IF P_PA_DEBUG_MODE = 'Y' THEN
234: pa_debug.set_process('get_org_project_info: ' || 'PLSQL','LOG',l_debug_mode);

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

306: IF P_PA_DEBUG_MODE = 'Y' THEN
307: pa_debug.init_err_stack('PA_FP_ORG_FCST_UTILS.get_org_task_info');
308: END IF;
309:
310: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
311: l_debug_mode := NVL(l_debug_mode, 'Y');
312:
313: IF P_PA_DEBUG_MODE = 'Y' THEN
314: pa_debug.set_process('get_org_task_info: ' || 'PLSQL','LOG',l_debug_mode);

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

416: IF P_PA_DEBUG_MODE = 'Y' THEN
417: pa_debug.init_err_stack('PA_FP_ORG_FCST_UTILS.get_utilization_details');
418: END IF;
419:
420: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
421: l_debug_mode := NVL(l_debug_mode, 'Y');
422:
423: IF P_PA_DEBUG_MODE = 'Y' THEN
424: pa_debug.set_process('get_utilization_details: ' || 'PLSQL','LOG',l_debug_mode);

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

521: IF P_PA_DEBUG_MODE = 'Y' THEN
522: pa_debug.init_err_stack('get_headcount: ' || 'PA_FP_ORG_FCST_UTILS.get_utilization_details');
523: END IF;
524:
525: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
526: l_debug_mode := NVL(l_debug_mode, 'Y');
527:
528: IF P_PA_DEBUG_MODE = 'Y' THEN
529: pa_debug.set_process('get_headcount: ' || 'PLSQL','LOG',l_debug_mode);

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

578: IF P_PA_DEBUG_MODE = 'Y' THEN
579: pa_debug.init_err_stack('PA_FP_ORG_FCST_UTILS.get_probability_percent');
580: END IF;
581:
582: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
583: l_debug_mode := NVL(l_debug_mode, 'Y');
584:
585: IF P_PA_DEBUG_MODE = 'Y' THEN
586: pa_debug.set_process('get_probability_percent: ' || 'PLSQL','LOG',l_debug_mode);

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

645: IF P_PA_DEBUG_MODE = 'Y' THEN
646: pa_debug.init_err_stack('PA_FP_ORG_FCST_UTILS.get_period_profile');
647: END IF;
648:
649: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
650: l_debug_mode := NVL(l_debug_mode, 'Y');
651:
652: IF P_PA_DEBUG_MODE = 'Y' THEN
653: pa_debug.set_process('get_period_profile: ' || 'PLSQL','LOG',l_debug_mode);