Dispute History Maintainance
We have recently upgraded from 11.5.10.2 to 12.1.3.
We have some bespoke code the populates ra_interface_lines which also has the following logic ...
"if the referenced invoice for a credit contains a dispute value then set the amount_in_dispute on ar_payment_schedules to zero"
----
In R12 we have noticed that ar_dispute_history is not maintained to reflect this.
The reason is that in 11i the trigger AR_PAYMENT_SCHEDULES_BRU took care of this.
In R12 this trigger has been removed (see note 1576251.1)
----
I have had a look through 'Integrated SOA Gateway' and can't find an API I could use to replace this code (although I can see a create dispute API)