Party Merge communication with FUN module
Hi guys, we have been having an issue when running party merges.
We have seen that Party Merge is invoking FUN_PARTY_MERGE_PUB.merge_customer_maps to update transferred/merged IDs
The problem is that we've seen a fatal bug in this process as it has happended that when we merge for example party_site_use_id 111 into 222 , Oracle is updating account site_use_id 111 to 222 on a fun_customer_maps record.
Does anyone knows how is the party merge process communicating with the FUN module triggering these updates?
I've tried to pinpoint how this happens but haven't been able to figure it out.