DBA Data[Home] [Help]

APPS.PA_ACCUM_API dependencies on PA_BUDGET_CORE1

Line 284: If p_debug_mode = 'Y' and pa_budget_core1.g_calling_mode = 'CONCURRENT REQUEST' then

280: x_err_code := 0;
281: x_err_stage := 'Getting the Project Txn Accumlation';
282:
283: -- Added for bug 4390421
284: If p_debug_mode = 'Y' and pa_budget_core1.g_calling_mode = 'CONCURRENT REQUEST' then
285: fnd_file.put_line(1,x_err_stage);
286: End if;
287: -- all of the accumlation numbers are initialized in the calling
288: -- procedure

Line 592: If p_debug_mode = 'Y' and pa_budget_core1.g_calling_mode = 'CONCURRENT REQUEST' then

588: x_err_code := 0;
589: x_err_stage := 'Getting the Project Res Accumlation';
590:
591: -- Added for bug 4390421
592: If p_debug_mode = 'Y' and pa_budget_core1.g_calling_mode = 'CONCURRENT REQUEST' then
593: fnd_file.put_line(1,x_err_stage);
594: End if;
595:
596: -- all of the accumlation numbers are initialized in the calling

Line 726: If p_debug_mode = 'Y' and pa_budget_core1.g_calling_mode = 'CONCURRENT REQUEST' then

722: x_err_code := 0;
723: x_err_stage := 'Getting the Project Accumlation';
724:
725: -- Added for bug 4390421
726: If p_debug_mode = 'Y' and pa_budget_core1.g_calling_mode = 'CONCURRENT REQUEST' then
727: fnd_file.put_line(1,x_err_stage);
728: End if;
729:
730: x_revenue := 0;