DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on INV_CONVERT

Line 443: inv_convert.inv_um_convert(l_so_line_rec.inventory_item_id,

439: l_batch_qty := l_so_line_rec.ordered_quantity - l_total_primary_rsv_qty;
440: ELSE
441: /* Align the UOM to match the order line */
442: l_res_qty_so_um :=
443: inv_convert.inv_um_convert(l_so_line_rec.inventory_item_id,
444: null,
445: l_so_line_rec.ship_from_org_id,
446: 5,
447: l_total_primary_rsv_qty,

Line 575: l_atr_qty_in_so_um := inv_convert.inv_um_convert(l_so_line_rec.inventory_item_id,

571: END IF;
572: /* Deduct any ATR from the manufacture qty */
573: /* Convert atr quantity into Orderline UOM */
574: IF l_so_line_rec.order_quantity_uom <> l_primary_uom_code THEN
575: l_atr_qty_in_so_um := inv_convert.inv_um_convert(l_so_line_rec.inventory_item_id,
576: null,
577: l_so_line_rec.ship_from_org_id,
578: 5,
579: l_atr,

Line 775: l_batch_qty2 := inv_convert.inv_um_convert(l_so_line_rec.inventory_item_id,

771: IF (g_debug <= gme_debug.g_log_statement) THEN
772: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' analyse auto lot generation'||l_mto_rules_rec.auto_lot_generation);
773: END IF;
774: IF l_item_rec.SECONDARY_UOM_CODE is not null then
775: l_batch_qty2 := inv_convert.inv_um_convert(l_so_line_rec.inventory_item_id,
776: null,
777: l_so_line_rec.ship_from_org_id,
778: 5,
779: l_batch_qty,