i am writing a database procedure which calls gl_je_batches_pkg.delete_row(v.rowid,v.je_batch_id) api to delete GL batches. i have also made a concurrent program but need to generate a log file
showing the numbers of records deleted and the error records as well. how will i do it?