DBA Data[Home] [Help]

APPS.PA_PROCESS_ACCUM_ACTUALS dependencies on PA_DEBUG

Line 39: pa_debug.debug(x_err_stack);

35: V_Old_Stack := x_err_stack;
36: x_err_stack :=
37: x_err_stack||'->PA_PROCESS_ACCUM_ACTUALS.Process_it_yt_pt_tasks';
38:
39: pa_debug.debug(x_err_stack);
40:
41: -- The follwing Update statement updates all records in the given task
42: -- WBS hierarchy.It will update only the Project-task combination records
43: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)

Line 156: pa_debug.debug(x_err_stack);

152: V_Old_Stack := x_err_stack;
153: x_err_stack :=
154: x_err_stack||'->PA_PROCESS_ACCUM_ACTUALS.Process_it_yt_pp_tasks';
155:
156: pa_debug.debug(x_err_stack);
157:
158: IF(x_actual_cost_flag = 'Y') THEN
159:
160: Update PA_PROJECT_ACCUM_ACTUALS PAA SET

Line 266: pa_debug.debug(x_err_stack);

262: V_Old_Stack := x_err_stack;
263: x_err_stack :=
264: x_err_stack||'->PA_PROCESS_ACCUM_ACTUALS.Process_it_pp_tasks';
265:
266: pa_debug.debug(x_err_stack);
267:
268: -- The follwing Update statement updates all records in the given task
269: -- WBS hierarchy.It will update only the Project-task combination records
270: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)

Line 370: pa_debug.debug(x_err_stack);

366: V_Old_Stack := x_err_stack;
367: x_err_stack :=
368: x_err_stack||'->PA_PROCESS_ACCUM_ACTUALS.Process_it_yt_tasks';
369:
370: pa_debug.debug(x_err_stack);
371:
372: -- The follwing Update statement updates all records in the given task
373: -- WBS hierarchy.It will update only the Project-task combination records
374: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)

Line 472: pa_debug.debug(x_err_stack);

468: V_Old_Stack := x_err_stack;
469: x_err_stack :=
470: x_err_stack||'->PA_PROCESS_ACCUM_ACTUALS.Process_it_tasks';
471:
472: pa_debug.debug(x_err_stack);
473:
474: -- The follwing Update statement updates all records in the given task
475: -- WBS hierarchy.It will update only the Project-task combination records
476: -- and the Project level record (Task id = 0 and Resourcelist member id = 0)