DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_GEN_FCST_PG_PKG

Line 2411: l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(p_project_id),'W');

2407: l_null_revenue_amts_flag := 'N';
2408: IF (p_calling_module IN ('BUDGET_GENERATION','FORECAST_GENERATION') AND p_budget_version_type = 'ALL'
2409: --Bug 6722414 When called from ETC client extension, Dont null out revenue amounts.
2410: AND NVL(g_from_etc_client_extn_flag,'N')='N' ) THEN
2411: l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(p_project_id),'W');
2412: IF NVL(l_revenue_generation_method,'W') in ('C','E') Then
2413: l_null_revenue_amts_flag := 'Y';
2414: End IF;
2415: END IF;

Line 2681: l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(p_project_id),'W');

2677: l_null_revenue_amts_flag := 'N';
2678: IF (p_calling_module IN ('BUDGET_GENERATION','FORECAST_GENERATION') AND p_budget_version_type = 'ALL'
2679: --Bug 6722414. When called from ETC client extension, Dont null out revenue amounts.
2680: AND NVL(g_from_etc_client_extn_flag,'N')='N') THEN
2681: l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(p_project_id),'W');
2682: IF NVL(l_revenue_generation_method,'W') in ('C','E') Then
2683: l_null_revenue_amts_flag := 'Y';
2684: End IF;
2685: END IF;

Line 11916: --l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(rate_rec.project_id),'W');

11912: --print_msg('get_rate_api_params_curnot found');
11913: End If;
11914: CLOSE get_rate_api_params_cur;
11915: l_revenue_generation_method := g_revenue_generation_method; --Bug 5462471
11916: --l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(rate_rec.project_id),'W');
11917: --print_msg('After Calling GET_REV_GEN_METHOD ['||l_revenue_generation_method||']');
11918:
11919: /* declared for bulk processing of rollup tmp update */
11920: l_rl_cntr := 0;

Line 15487: g_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(g_project_id),'W');

15483: g_project_currency_code := ProjFpOptRec.project_currency_code;
15484: g_projfunc_currency_code := ProjFpOptRec.projfunc_currency_code;
15485: g_project_name := ProjFpOptRec.project_name;
15486: g_source_context := p_source_context;
15487: g_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(g_project_id),'W');
15488: g_ciId := ProjFpOptRec.CiId;
15489: g_baseline_funding_flag := ProjFpOptRec.baseline_funding_flag;
15490: g_Plan_Class_Type := ProjFpOptRec.Plan_Class_Type;
15491: