DBA Data[Home] [Help]

APPS.PA_ACCUM_API dependencies on FND_FILE

Line 285: fnd_file.put_line(1,x_err_stage);

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
289: is_uom_unique := TRUE;

Line 593: fnd_file.put_line(1,x_err_stage);

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
597: -- procedure

Line 727: fnd_file.put_line(1,x_err_stage);

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;
731: x_raw_cost := 0;