In the QER_ZITShopProductNodeCheck procedure, it is partitioned to UID_Org (Configparm QER \ ITShop \ LimitOfNodeCheck), but the procedure QER_PITShopOrderMove is called for every PWO assigned to a UID_Org. There partitioning does not work.
Within the QER_PITShopOrderMove, the PWO correction has to go over all PWOs in every call instance (update PersonWantsOrg set UID_PersonInserted = null from PersonWantsOrg pwo left outer join person p on pwo.UID_PersonInserted = p.UID_Person where p. UID_Person is null and pwo.UID_PersonInserted> '')
Defect 31567