DBA Data[Home] [Help]

APPS.PA_PROCESS_ACCUM_BUDGETS dependencies on PA_PROCESS_ACCUM_BUDGETS

Line 1: PACKAGE BODY PA_PROCESS_ACCUM_BUDGETS AS

1: PACKAGE BODY PA_PROCESS_ACCUM_BUDGETS AS
2: /* $Header: PABUTSKB.pls 120.2 2005/08/31 11:08:12 vmangulu noship $ */
3:
4: -- Modified on 10/29/98 by S Sanckar to include a new procedure
5: -- Process_all_tasks_bud that updates the raw_cost, burdened_cost, quantity,

Line 69: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_all_tasks_bud';

65: V_Old_Stack Varchar2(630);
66: Begin
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

Line 224: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_yt_pt_tasks_bud';

220: V_Old_Stack Varchar2(630);
221: Begin
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

Line 334: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_yt_pp_tasks_bud';

330: V_Old_Stack Varchar2(630);
331: Begin
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

Line 444: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_pp_tasks_bud';

440: Begin
441:
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

Line 542: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_yt_tasks_bud';

538: Begin
539:
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

Line 639: x_err_stack ||'->PA_PROCESS_ACCUM_BUDGETS.Process_it_tasks_bud';

635: Begin
636:
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