DBA Data[Home] [Help]

APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_MAINT_PROJECT_ACCUMS

Line 1: PACKAGE body PA_MAINT_PROJECT_ACCUMS AS

1: PACKAGE body PA_MAINT_PROJECT_ACCUMS AS
2: /* $Header: PAACACTB.pls 120.3.12010000.2 2008/08/27 18:24:07 jngeorge ship $ */
3:
4: -- Change History :
5: --

Line 489: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Process_Txn_Accum';

485: Begin
486:
487: V_Old_Stack := x_err_stack;
488: x_err_stack :=
489: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Process_Txn_Accum';
490: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */
491: pa_debug.debug(x_err_stack);
492: END IF;
493:

Line 1997: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Check_Accum_Res_Tasks';

1993: BEGIN
1994:
1995: V_Old_Stack := x_err_stack;
1996: x_err_stack :=
1997: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Check_Accum_Res_Tasks';
1998: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */
1999: pa_debug.debug(x_err_stack);
2000: END IF;
2001: If x_create_actuals = 'Y' or x_create_commit = 'Y' then

Line 2331: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Check_Accum_WBS';

2327: BEGIN
2328:
2329: V_Old_Stack := x_err_stack;
2330: x_err_stack :=
2331: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Check_Accum_WBS';
2332: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */
2333: pa_debug.debug(x_err_stack);
2334: END IF;
2335: If x_create_wbs_actuals = 'Y' or x_create_wbs_commit = 'Y' then

Line 3089: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Initialize_actuals';

3085: -- If previously accumulated period and current period are the same or
3086: -- there has been no accumulations so far , then do nothing.
3087: V_Old_Stack := x_err_stack;
3088: x_err_stack :=
3089: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Initialize_actuals';
3090: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */
3091: pa_debug.debug(x_err_stack);
3092: END IF;
3093:

Line 3276: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Initialize_budgets';

3272:
3273: Begin
3274: V_Old_Stack := x_err_stack;
3275: x_err_stack :=
3276: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Initialize_budgets';
3277: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */
3278: pa_debug.debug(x_err_stack);
3279: END IF;
3280:

Line 3486: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Initialize_commitments';

3482: -- If previously accumulated period and current period are the same or
3483: -- there has been no accumulations so far , then do nothing.
3484: V_Old_Stack := x_err_stack;
3485: x_err_stack :=
3486: x_err_stack ||'->PA_MAINT_PROJECT_ACCUMS.Initialize_commitments';
3487: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */
3488: pa_debug.debug(x_err_stack);
3489: END IF;
3490:

Line 4020: End PA_MAINT_PROJECT_ACCUMS;

4016: New_cmt_quantity_ptd;
4017: Prt_cmt_quantity_pp := Prt_cmt_quantity_pp +
4018: New_cmt_quantity_pp;
4019: end add_parent_amounts;
4020: End PA_MAINT_PROJECT_ACCUMS;