DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_ORDER_MISC_UTIL

Line 5628: l_req_line_rec.LINE_QUANTITY := OE_Order_Misc_Util.Convert_Uom

5624:
5625: IF l_catch_weight_pricing = 'S' THEN
5626:
5627: IF p_line_rec.shipped_quantity2 IS NOT NULL THEN
5628: l_req_line_rec.LINE_QUANTITY := OE_Order_Misc_Util.Convert_Uom
5629: (p_item_id => p_Line_rec.inventory_item_id,
5630: p_from_uom_code => p_Line_rec.order_quantity_uom,
5631: p_to_uom_code => l_item_rec.secondary_uom_code,
5632: p_from_qty => p_Line_rec.Ordered_quantity);

Line 5646: l_req_line_rec.LINE_QUANTITY := OE_Order_Misc_Util.Convert_Uom

5642: END IF;
5643:
5644: ELSIF l_catch_weight_pricing = 'P' THEN
5645:
5646: l_req_line_rec.LINE_QUANTITY := OE_Order_Misc_Util.Convert_Uom
5647: (p_item_id => p_Line_rec.inventory_item_id,
5648: p_from_uom_code => p_Line_rec.order_quantity_uom,
5649: p_to_uom_code => l_item_rec.primary_uom_code,
5650: p_from_qty => p_Line_rec.Ordered_quantity);