Merge was failing with ORA-02292 on campmgr.camcompanyappealsorgfk. This is an obsolete foreign key that ties to camcompanyappeals. It can be safely deleted with the following oracle command:
alter table camCompanyAppealsObsolete drop constraint camCompanyAppealsOrgFK;
Applies to CampaignMax v3.0, v3.1, v3.2
Fixed by DBUpdate in v3.3