Is there an API to unassign an offer from a claim
Hi expert, is there an api that exists to remove the link between an offer and a claim. From front end, it seems to exists the "Remove all" button, but does anybody which api could be used to accomplish that ?
to assign it :
OZF_CLAIM_PUB.Asso_Accruals_To_Claim & Asso_Accruals_To_Claim_Line could be used, but no unassign exists explicitly.
Is it accomplish from OZF_CLAIM_PUB.delete_Claim proc and OZF_CLAIM_PUB.delete_claim_line_tbl ?
Also, is the api only delete the link or it kind of recalculate the offer amount since the delete allow to reuse the funds elsewhere ?