DBA Data[Home] [Help]

APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_DEBUG

Line 755: pa_debug.debug(x_err_stack);

751: V_Old_Stack := x_err_stack;
752: x_err_stack :=
753: x_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.Process_Budget_Txns';
754:
755: pa_debug.debug(x_err_stack);
756:
757: PA_ACCUM_UTILS.Get_config_Option
758: (X_project_id ,
759: 'BUDGETS',

Line 1253: pa_debug.debug(x_err_stack);

1249:
1250: V_Old_Stack := x_err_stack;
1251: x_err_stack :=
1252: x_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.Process_Budget_Tot';
1253: pa_debug.debug(x_err_stack);
1254:
1255: For x_Budget_rec in PA_Budget_Cur LOOP
1256:
1257: -- If Budget_type is given as input, process only that budget type

Line 1777: pa_debug.debug(x_err_stack);

1773: V_Old_Stack := x_err_stack;
1774: x_err_stack :=
1775: x_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.Get_all_higher_tasks_bud';
1776:
1777: pa_debug.debug(x_err_stack);
1778:
1779: For Task_Rec IN Tasks_Cur LOOP
1780: v_noof_tasks := v_noof_tasks + 1;
1781: x_task_array(v_noof_tasks) := Task_Rec.Task_id;

Line 1801: pa_debug.debug('Initialize_res_level');

1797:
1798:
1799: Procedure Initialize_res_level is
1800: begin
1801: pa_debug.debug('Initialize_res_level');
1802:
1803: V_Base_Burdened_Cost_itd :=0;
1804: V_Base_Burdened_Cost_ptd :=0;
1805: V_Base_Burdened_Cost_pp :=0;

Line 1858: pa_debug.debug('Initialize_project_level');

1854: end Initialize_res_level;
1855:
1856: Procedure Initialize_project_level is
1857: begin
1858: pa_debug.debug('Initialize_project_level');
1859:
1860: Prj_Base_Burdened_Cost_itd :=0;
1861: Prj_Base_Burdened_Cost_ptd :=0;
1862: Prj_Base_Burdened_Cost_pp :=0;

Line 1915: pa_debug.debug('Initialize_task_level');

1911: end Initialize_project_level;
1912:
1913: Procedure Initialize_task_level is
1914: begin
1915: pa_debug.debug('Initialize_task_level');
1916:
1917: Tsk_Base_Burdened_Cost_itd :=0;
1918: Tsk_Base_Burdened_Cost_ptd :=0;
1919: Tsk_Base_Burdened_Cost_pp :=0;

Line 1972: pa_debug.debug('Add_task_amounts');

1968: end Initialize_task_level;
1969:
1970: Procedure Add_task_amounts is
1971: begin
1972: pa_debug.debug('Add_task_amounts');
1973:
1974: Tsk_Base_Burdened_Cost_itd := Tsk_Base_Burdened_Cost_itd + V_Base_Burdened_Cost_itd;
1975: Tsk_Base_Burdened_Cost_ptd := Tsk_Base_Burdened_Cost_ptd + V_Base_Burdened_Cost_ptd;
1976: Tsk_Base_Burdened_Cost_pp := Tsk_Base_Burdened_Cost_pp + V_Base_Burdened_Cost_pp;

Line 2029: pa_debug.debug('Add_project_amounts');

2025: end Add_task_amounts;
2026:
2027: Procedure Add_project_amounts is
2028: begin
2029: pa_debug.debug('Add_project_amounts');
2030:
2031: Prj_Base_Burdened_Cost_itd := Prj_Base_Burdened_Cost_itd + V_Base_Burdened_Cost_itd;
2032: Prj_Base_Burdened_Cost_ptd := Prj_Base_Burdened_Cost_ptd + V_Base_Burdened_Cost_ptd;
2033: Prj_Base_Burdened_Cost_pp := Prj_Base_Burdened_Cost_pp + V_Base_Burdened_Cost_pp;

Line 2125: pa_debug.debug(x_err_stack);

2121: V_Old_Stack := x_err_stack;
2122: x_err_stack :=
2123: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS_RES.Process_all_buds';
2124:
2125: pa_debug.debug(x_err_stack);
2126:
2127: x_pab := true;
2128:
2129: -- The following Update statement updates all records in the given task

Line 2440: pa_debug.debug(x_err_stack);

2436: V_Old_Stack := x_err_stack;
2437: x_err_stack :=
2438: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS_RES.Process_all_tasks';
2439:
2440: pa_debug.debug(x_err_stack);
2441:
2442: x_pab := true;
2443:
2444: -- The following Update statement updates all records in the given task

Line 2752: pa_debug.debug(x_err_stack);

2748: V_Old_Stack := x_err_stack;
2749: x_err_stack :=
2750: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS_RES.Process_bud_code';
2751:
2752: pa_debug.debug(x_err_stack);
2753:
2754: x_pab := true;
2755:
2756: -- The following Update statement updates all records in the given task