DBA Data[Home] [Help]

APPS.BISVIEWER_PMF dependencies on BIS_GENERIC_PLANNER_PVT

Line 516: BIS_GENERIC_PLANNER_PVT.Compare_Values

512: v_target_rec.Range1_high := v_range_high ;
513: v_target_rec.Range1_low := v_range_low;
514: v_actual_rec.Actual := pValue;
515:
516: BIS_GENERIC_PLANNER_PVT.Compare_Values
517: ( p_target_rec => v_target_rec
518: , p_actual_rec => v_actual_rec
519: , x_comparison_result => v_comparison_result
520: );

Line 522: if v_comparison_result <> BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_NORMAL then

518: , p_actual_rec => v_actual_rec
519: , x_comparison_result => v_comparison_result
520: );
521:
522: if v_comparison_result <> BIS_GENERIC_PLANNER_PVT.G_COMP_RESULT_NORMAL then
523: pToleranceFlag := 'OFF';
524: end if;
525:
526: end toleranceTest;