DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on INV_CONVERT

Line 5413: INV_CONVERT.INV_UM_CONVERSION(From_Unit => p_Line_rec.service_period

5409: Elsif (p_Line_rec.service_period = p_Line_rec.Order_quantity_uom) Then
5410: l_req_line_rec.UOM_QUANTITY := p_Line_rec.service_duration;
5411: Elsif (p_line_rec.service_period IS NOT NULL) THEN
5412: /*
5413: INV_CONVERT.INV_UM_CONVERSION(From_Unit => p_Line_rec.service_period
5414: ,To_Unit => p_Line_rec.Order_quantity_uom
5415: ,Item_ID => p_Line_rec.Inventory_item_id
5416: ,Uom_Rate => l_Uom_rate);
5417: l_req_line_rec.UOM_QUANTITY := p_Line_rec.service_duration * l_uom_rate;

Line 5808: INV_CONVERT.INV_UM_CONVERT(

5804: prorate. For example, return 12 qty of 24lb, return tolerance is 20%. If received qty is 11, we should prorate the catchweight qty to be 22lb.>> */
5805: G_catchweight_qty_tbl(px_line_index):= p_line_rec.ordered_quantity2 * (p_line_rec.shipped_quantity/p_line_rec.ordered_quantity);
5806: ELSE --unrefernced return and dropship lines
5807: l_shipped_quantity2 :=
5808: INV_CONVERT.INV_UM_CONVERT(
5809: item_id => p_line_rec.inventory_item_id,
5810: precision =>NULL,
5811: from_quantity => p_line_rec.shipped_quantity,
5812: from_unit => p_line_rec.order_quantity_uom,