DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 460: FROM mtl_system_items_b

456: -- Check if actually its a partial reservation or the difference is due to the precesion.
457: BEGIN
458: SELECT primary_uom_code
459: INTO l_primary_uom
460: FROM mtl_system_items_b
461: WHERE inventory_item_id = l_line_rec.inventory_item_id
462: AND organization_id = l_line_rec.ship_from_org_id;
463: EXCEPTION
464: WHEN OTHERS THEN