DBA Data[Home] [Help]

APPS.PA_PROCESS_ACCUM_BUDGETS dependencies on PA_DEBUG

Line 71: pa_debug.debug(x_err_stack);

67: V_Old_Stack := x_err_stack;
68: x_err_stack :=
69: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_all_tasks_bud';
70:
71: pa_debug.debug(x_err_stack);
72:
73: -- The follwing Update statement updates all records in the given task
74: -- WBS hierarchy.It will update only the Project-task combination records
75: -- and the Project level record (Task id = 0 and

Line 226: pa_debug.debug(x_err_stack);

222: V_Old_Stack := x_err_stack;
223: x_err_stack :=
224: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_yt_pt_tasks_bud';
225:
226: pa_debug.debug(x_err_stack);
227:
228: -- The follwing Update statement updates all records in the given task
229: -- WBS hierarchy.It will update only the Project-task combination records
230: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)

Line 336: pa_debug.debug(x_err_stack);

332: V_Old_Stack := x_err_stack;
333: x_err_stack :=
334: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_yt_pp_tasks_bud';
335:
336: pa_debug.debug(x_err_stack);
337:
338: -- The follwing Update statement updates all records in the given task
339: -- WBS hierarchy.It will update only the Project-task combination records
340: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)

Line 446: pa_debug.debug(x_err_stack);

442: V_Old_Stack := x_err_stack;
443: x_err_stack :=
444: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_pp_tasks_bud';
445:
446: pa_debug.debug(x_err_stack);
447:
448: -- The follwing Update statement updates all records in the given task
449: -- WBS hierarchy.It will update only the Project-task combination records
450: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)

Line 544: pa_debug.debug(x_err_stack);

540: V_Old_Stack := x_err_stack;
541: x_err_stack :=
542: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_yt_tasks_bud';
543:
544: pa_debug.debug(x_err_stack);
545:
546: -- The follwing Update statement updates all records in the given task
547: -- WBS hierarchy.It will update only the Project-task combination records
548: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)

Line 641: pa_debug.debug(x_err_stack);

637: V_Old_Stack := x_err_stack;
638: x_err_stack :=
639: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_tasks_bud';
640:
641: pa_debug.debug(x_err_stack);
642:
643: -- The follwing Update statement updates all records in the given task
644: -- WBS hierarchy.It will update only the Project-task combination records
645: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)