DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on MTL_UOM_CONVERSIONS

Line 291: mtl_uom_conversions u

287: , g_promise_dates
288: , g_uoms
289: , g_operating_units
290: FROM mrp_po_reschedule_gt i,
291: mtl_uom_conversions u
292: WHERE i.uom = u.uom_code
293: AND u.inventory_item_id = 0
294: ORDER BY i.purchase_order_id;
295: ELSE