DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_VALIDATE_LINE

Line 21226: OE_Validate_Line.Validate_Decimal_Quantity

21222:
21223:
21224: --Then you need to call the Quantity rounding API to round off the qty on the line
21225: l_ordered_qty := p_x_line_rec.ordered_quantity; --nocopy impact changes
21226: OE_Validate_Line.Validate_Decimal_Quantity
21227: (p_item_id => p_x_line_rec.inventory_item_id
21228: ,p_item_type_code => p_x_line_rec.item_type_code
21229: ,p_input_quantity => l_ordered_qty --nocopy impact changes
21230: ,p_uom_code => p_x_line_rec.order_quantity_uom