DBA Data[Home] [Help]

APPS.BIS_PMV_PMF_PVT dependencies on BIS_GENERIC_PLANNER_PVT

Line 337: BIS_GENERIC_PLANNER_PVT.Compare_Values

333: v_target_rec.Range1_high := p_range1_high ;
334: v_target_rec.Range1_low := p_range1_low;
335: v_actual_rec.Actual := p_actual_value;
336:
337: BIS_GENERIC_PLANNER_PVT.Compare_Values
338: ( p_target_rec => v_target_rec
339: , p_actual_rec => v_actual_rec
340: , x_comparison_result => v_comparison_result
341: );

Line 343: if v_comparison_result <> BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_NORMAL then

339: , p_actual_rec => v_actual_rec
340: , x_comparison_result => v_comparison_result
341: );
342:
343: if v_comparison_result <> BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_NORMAL then
344: pToleranceFlag := 'OFF';
345: end if;
346: x_tolerance := pToleranceFlag;
347: END;