DBA Data[Home] [Help]

APPS.PA_PROCESS_ACCUM_CMT_RES dependencies on PA_DEBUG

Line 52: pa_debug.debug(x_err_stack);

48: V_Old_Stack := x_err_stack;
49: x_err_stack :=
50: x_err_stack ||'->PA_PROCESS_ACCUM_CMT_RES.Process_it_yt_pt_cmt_res';
51:
52: pa_debug.debug(x_err_stack);
53:
54: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
55: -- project,task and resource combination.It is possible that there might be a
56: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 295: pa_debug.debug(x_err_stack);

291: V_Old_Stack := x_err_stack;
292: x_err_stack :=
293: x_err_stack ||'->PA_PROCESS_ACCUM_CMT_RES.Process_it_yt_pp_cmt_res';
294:
295: pa_debug.debug(x_err_stack);
296:
297: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
298: -- project,task and resource combination.It is possible that there might be a
299: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 540: pa_debug.debug(x_err_stack);

536: V_Old_Stack := x_err_stack;
537: x_err_stack :=
538: x_err_stack ||'->PA_PROCESS_ACCUM_CMT_RES.Process_it_pp_cmt_res';
539:
540: pa_debug.debug(x_err_stack);
541:
542: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
543: -- project,task and resource combination.It is possible that there might be a
544: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 785: pa_debug.debug(x_err_stack);

781: V_Old_Stack := x_err_stack;
782: x_err_stack :=
783: x_err_stack ||'->PA_PROCESS_ACCUM_CMT_RES.Process_it_yt_cmt_res';
784:
785: pa_debug.debug(x_err_stack);
786:
787: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
788: -- project,task and resource combination.It is possible that there might be a
789: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 1026: pa_debug.debug(x_err_stack);

1022: V_Old_Stack := x_err_stack;
1023: x_err_stack :=
1024: x_err_stack ||'->PA_PROCESS_ACCUM_CMT_RES.Process_it_cmt_res';
1025:
1026: pa_debug.debug(x_err_stack);
1027:
1028: -- This checks for Commitments record in PA_PROJECT_ACCUM_COMMITMENTS for this
1029: -- project,task and resource combination.It is possible that there might be a
1030: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 1250: pa_debug.debug(x_err_stack);

1246: V_Old_Stack := x_err_stack;
1247: x_err_stack :=
1248: x_err_stack ||'->PA_PROCESS_ACCUM_CMT_RES.Get_all_higher_tasks_cmt_res';
1249:
1250: pa_debug.debug(x_err_stack);
1251:
1252: For Task_Rec IN Tasks_Cur LOOP
1253: v_noof_tasks := v_noof_tasks + 1;
1254: x_task_array(v_noof_tasks) := Task_Rec.Task_id;