DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_VALIDATE_LINE

Line 19351: OE_Validate_Line.Validate_Decimal_Quantity

19347: )
19348: THEN
19349: --Then you need to call the Quantity rounding API to round off the qty on the line
19350: l_ordered_qty := p_x_line_rec.ordered_quantity; --nocopy impact changes
19351: OE_Validate_Line.Validate_Decimal_Quantity
19352: (p_item_id => p_x_line_rec.inventory_item_id
19353: ,p_item_type_code => p_x_line_rec.item_type_code
19354: ,p_input_quantity => l_ordered_qty --nocopy impact changes
19355: ,p_uom_code => p_x_line_rec.order_quantity_uom