API to perform GL line reconciliation
Hello everyone,
I am working for a corporation which has millions of unreconciled GL lines in gl_je_lines table, because they were never using automatic nor manual reconciliation features in R11(I studied Doc ID 406329.1) and they don't even started to use new R12 features(I studied Doc ID 1673357.1) to do it once they transitioned to R12. I have studied both references and I understand that the goal is to ultimately populate gl_je_lines_recon table to be able to exclude lines from gl_je_lines which have jgzz_recon_status set to 'R'.
My question if there is a supported API to set the jgzz_recon_status programatically for each (je_header_id, je_line_num, code_combination_id) tuple identified as part of common group with same jgzz_recon_ref so that these lines can be transferred to gl_je_lines_recon table and thus creation of report which would contain only open(unpaid) GL items could be created.