how to reverse accrual write-offs
Is there way to programmatically delete accrual write offs from table PO_ACCRUAL_WRITE_OFFS_ALL?
best reagrds, Roman
p.s. to clarify, release 11.5.10.2
and is it safe to assume that simple SQL
DELETE from PO_ACCRUAL_WRITE_OFFS_ALL poawo
where poawo.creation_date>=to_date('01-nov-2010','dd-mon-yyyy')
will clear all write-offs made in after November 2010?