DBA Data[Home] [Help]

APPS.PA_PROCESS_ACCUM_COMMITMENTS dependencies on PA_DEBUG

Line 38: pa_debug.debug(x_err_stack);

34: V_Old_Stack := x_err_stack;
35: x_err_stack :=
36: x_err_stack ||'->PA_PROCESS_ACCUM_COMMITMENTS.Process_it_yt_pt_tasks_cmt';
37:
38: pa_debug.debug(x_err_stack);
39:
40: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
41: -- project and task combination. It is possible that there might be a
42: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 187: pa_debug.debug(x_err_stack);

183: x_err_stack :=
184: x_err_stack ||'->PA_PROCESS_ACCUM_COMMITMENTS.Process_it_yt_pp_tasks_cmt';
185:
186:
187: pa_debug.debug(x_err_stack);
188:
189: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
190: -- project and task combination. It is possible that there might be a
191: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 329: pa_debug.debug(x_err_stack);

325: V_Old_Stack := x_err_stack;
326: x_err_stack :=
327: x_err_stack ||'->PA_PROCESS_ACCUM_COMMITMENTS.Process_it_pp_tasks_cmt';
328:
329: pa_debug.debug(x_err_stack);
330:
331: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
332: -- project and task combination. It is possible that there might be a
333: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 475: pa_debug.debug(x_err_stack);

471: V_Old_Stack := x_err_stack;
472: x_err_stack :=
473: x_err_stack ||'->PA_PROCESS_ACCUM_COMMITMENTS.Process_it_yt_tasks_cmt';
474:
475: pa_debug.debug(x_err_stack);
476:
477: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
478: -- project and task combination. It is possible that there might be a
479: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 621: pa_debug.debug(x_err_stack);

617: V_Old_Stack := x_err_stack;
618: x_err_stack :=
619: x_err_stack ||'->PA_PROCESS_ACCUM_COMMITMENTS.Process_it_tasks_cmt';
620:
621: pa_debug.debug(x_err_stack);
622:
623: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
624: -- project and task combination. It is possible that there might be a
625: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but