DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on INV_CONVERT

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

5225: Elsif (p_Line_rec.service_period = p_Line_rec.Order_quantity_uom) Then
5226: l_req_line_rec.UOM_QUANTITY := p_Line_rec.service_duration;
5227: Elsif (p_line_rec.service_period IS NOT NULL) THEN
5228: /*
5229: INV_CONVERT.INV_UM_CONVERSION(From_Unit => p_Line_rec.service_period
5230: ,To_Unit => p_Line_rec.Order_quantity_uom
5231: ,Item_ID => p_Line_rec.Inventory_item_id
5232: ,Uom_Rate => l_Uom_rate);
5233: l_req_line_rec.UOM_QUANTITY := p_Line_rec.service_duration * l_uom_rate;

Line 5529: INV_CONVERT.INV_UM_CONVERT(

5525: 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.>> */
5526: G_catchweight_qty_tbl(px_line_index):= p_line_rec.ordered_quantity2 * (p_line_rec.shipped_quantity/p_line_rec.ordered_quantity);
5527: ELSE --unrefernced return and dropship lines
5528: l_shipped_quantity2 :=
5529: INV_CONVERT.INV_UM_CONVERT(
5530: item_id => p_line_rec.inventory_item_id,
5531: precision =>NULL,
5532: from_quantity => p_line_rec.shipped_quantity,
5533: from_unit => p_line_rec.order_quantity_uom,