update PackingRecord set orgUnitName = (select name from OrgUnit where orgUnitCoding = PackingRecord.orgUnitCoding) where orgUnitCoding is not null;