Payables Open Interface Purge does not delete user defined sourced records
Can any one help about issue encountered when running “Payables Open Interface Purge” program with source paramater chose a user defined one ? (program has been completed succesfully)
Program parameter;
p_source='AKTARIM'
p_purge_all_flag='N'
p_trace_switch='N'
p_debug_switch='N'
p_commit_cycles='1000'
And
select count(*) from ap_invoices_interface a
where status= 'PROCESSED'
and SOURCE = 'AKTARIM'
Query returns about 52000 records.
I also run program setting purge_all_flag = ‘Y’ to but result was the same, there were no decreasing on the records number sql query, which is located above, gave.