How do I delete/remove a deposit that has been fully duplicated?
I don't know the root cause of our problem, but Accounting has somehow fully duplicated a deposit and they are unable to delete the duplicate through the front end.
I have two rows and two DEPOSIT_IDs in the PS_DEPOSIT_CONTROL table. The GL_DISTRIB_STATUS is 'G' and DEPOSIT_STATUS = 'C'.
For each DEPOSIT_ID, I have a duplication of 21 rows in both the PS_PAYMENT table and PS_PAYMENT_ID_ITEM.
How do I either adjust flags on the duplicate deposit to make it "available" again so that Accounting can delete it through the PeopleSoft front end, OR delete it via SQL (this makes me nervous as I'm guessing that there are more than just the three tables that I have identified involved).