DBA Data[Home] [Help]

APPS.PA_MAINT_PROJECT_BUDGETS dependencies on PA_MAINT_PROJECT_BUDGETS

Line 1: PACKAGE BODY PA_MAINT_PROJECT_BUDGETS AS

1: PACKAGE BODY PA_MAINT_PROJECT_BUDGETS AS
2: /* $Header: PAACBUDB.pls 120.2 2005/09/26 15:06:48 jwhite noship $ */
3:
4: --
5: --History:

Line 753: x_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.Process_Budget_Txns';

749: -- accumulated (the amount would be 0s in those cases )
750:
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

Line 1252: x_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.Process_Budget_Tot';

1248: Begin
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:

Line 1387: x_err_stack||'->PA_MAINT_PROJECT_BUDGETS.create_accum_budgets';

1383: V_Old_Stack Varchar2(630);
1384: Begin
1385: V_Old_Stack := x_err_stack;
1386: x_err_stack :=
1387: x_err_stack||'->PA_MAINT_PROJECT_BUDGETS.create_accum_budgets';
1388:
1389: -- This checks for budgets record in PA_PROJECT_ACCUM_BUDGETS for this
1390: -- project and task combination. It is possible that there might be a
1391: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 1538: X_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.create_accum_budgets_res';

1534:
1535: Begin
1536: V_Old_Stack := x_err_stack;
1537: x_err_stack :=
1538: X_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.create_accum_budgets_res';
1539:
1540: -- This checks for budgets record in PA_PROJECT_ACCUM_ACTUALS for this
1541: -- project,task and resource combination.It is possible that there might be a
1542: -- header record for this combination in PA_PROJECT_ACCUM_HEADERS, but

Line 1775: x_err_stack ||'->PA_MAINT_PROJECT_BUDGETS.Get_all_higher_tasks_bud';

1771: Task_Rec Tasks_Cur%ROWTYPE;
1772: Begin
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

Line 3027: End PA_MAINT_PROJECT_BUDGETS;

3023: x_err_code := SQLCODE;
3024: RAISE;
3025: End Process_bud_code;
3026: ----------------------------------------------------------
3027: End PA_MAINT_PROJECT_BUDGETS;