DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_GEN_FCST_PG_PKG

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

2437: l_null_revenue_amts_flag := 'N';
2438: IF (p_calling_module IN ('BUDGET_GENERATION','FORECAST_GENERATION') AND p_budget_version_type = 'ALL'
2439: --Bug 6722414 When called from ETC client extension, Dont null out revenue amounts.
2440: AND NVL(g_from_etc_client_extn_flag,'N')='N' ) THEN
2441: l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(p_project_id),'W');
2442: IF NVL(l_revenue_generation_method,'W') in ('C','E') Then
2443: l_null_revenue_amts_flag := 'Y';
2444: End IF;
2445: END IF;

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

2707: l_null_revenue_amts_flag := 'N';
2708: IF (p_calling_module IN ('BUDGET_GENERATION','FORECAST_GENERATION') AND p_budget_version_type = 'ALL'
2709: --Bug 6722414. When called from ETC client extension, Dont null out revenue amounts.
2710: AND NVL(g_from_etc_client_extn_flag,'N')='N') THEN
2711: l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(p_project_id),'W');
2712: IF NVL(l_revenue_generation_method,'W') in ('C','E') Then
2713: l_null_revenue_amts_flag := 'Y';
2714: End IF;
2715: END IF;

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

12092: --print_msg('get_rate_api_params_curnot found');
12093: End If;
12094: CLOSE get_rate_api_params_cur;
12095: l_revenue_generation_method := g_revenue_generation_method; --Bug 5462471
12096: --l_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(rate_rec.project_id),'W');
12097: --print_msg('After Calling GET_REV_GEN_METHOD ['||l_revenue_generation_method||']');
12098:
12099: /* declared for bulk processing of rollup tmp update */
12100: l_rl_cntr := 0;

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

15695: g_project_currency_code := ProjFpOptRec.project_currency_code;
15696: g_projfunc_currency_code := ProjFpOptRec.projfunc_currency_code;
15697: g_project_name := ProjFpOptRec.project_name;
15698: g_source_context := p_source_context;
15699: g_revenue_generation_method := NVL(PA_FP_GEN_FCST_PG_PKG.GET_REV_GEN_METHOD(g_project_id),'W');
15700: g_ciId := ProjFpOptRec.CiId;
15701: g_baseline_funding_flag := ProjFpOptRec.baseline_funding_flag;
15702: g_Plan_Class_Type := ProjFpOptRec.Plan_Class_Type;
15703: