DBA Data[Home] [Help]

APPS.WMS_PARAMETER_PVT dependencies on STANDARD

Line 822: -- standard way of rounding capacity:

818: RETURN NULL;
819: END IF;
820:
821: --
822: -- standard way of rounding capacity:
823: -- convert capacity to base uom
824: -- round up
825: -- ( convert back to transaction uom )
826: IF p_transaction_uom <> p_base_uom THEN

Line 878: -- standard way of rounding capacity:

874: RETURN NULL;
875: END IF;
876:
877: --
878: -- standard way of rounding capacity:
879: -- convert capacity to base uom
880: -- cut decimals
881: -- ( convert back to transaction uom )
882: IF p_transaction_uom <> p_base_uom THEN