[Home] [Help]
7779: and (p_subprj_eqpmt_etc_value is null) and (p_subprj_oth_etc_value is null)
7780: and (p_oth_etc_quantity is null)) then
7781:
7782: ---5726773 l_sum_etc_values := nvl(p_planned_value,0) - nvl(p_actual_value,0);
7783: l_sum_etc_values := PA_FP_FCST_GEN_AMT_UTILS.get_etc_from_plan_act(nvl(p_planned_value,0), nvl(p_actual_value,0));
7784:
7785: else
7786:
7787: l_sum_etc_values := (nvl(p_ppl_etc_value,0)+nvl(p_eqpmt_etc_value,0)
7792: end if;
7793: else
7794: -- Start Changes for bug 6714865
7795: -- l_sum_etc_values := nvl(p_planned_value,0) - nvl(p_actual_value,0);
7796: l_sum_etc_values := PA_FP_FCST_GEN_AMT_UTILS.get_etc_from_plan_act(nvl(p_planned_value,0),
7797: nvl(p_actual_value,0));
7798: -- End Changes for bug 6714865
7799: end if;
7800:
12280:
12281: else
12282:
12283: ---5726773 l_calc_etc := (nvl(p_planned_cost_eff,0) - nvl(p_act_cost_eff,0));
12284: l_calc_etc := PA_FP_FCST_GEN_AMT_UTILS.get_etc_from_plan_act(nvl(p_planned_cost_eff,0), nvl(p_act_cost_eff,0));
12285:
12286: end if;
12287:
12288: else