Payment Posting Issue
Hi ,
A payment id is associated with multiple payments, out of this some payments are posted and some unposted. I am trying to do payment posting for the unposted payments now. POST_STATUS_AP is 'P' in PAYMENT_TBL and POST_STATUS_AP is 'U', and 'P' in PYMNT_VCHR_XREF and now.
When I try to post the unposted payment, Payment posting process goes to unique constraint issue as it tries to insert rows for already posted payment. Could you please throw some lights on how to bypass, already posted payment and post the unposted payments for this payment ID.