arpt_sql_func_util.get_balance_due_as_of_date should use Apply date or GL date ?
Hi Community Members,
We are using arpt_sql_func_util.get_balance_due_as_of_date in our custom aging report. This function uses ar_receivable_applications.apply_date <= p_as_of_date condition.
During our internal analysis we found that it the correct condition should be ar_receivable_applications.GL_date > p_as_of_date.
Can you please advise why the function given by Oracle is using Apply_date instead of GL_date ?
(Function is attached here)
Thanks & Regards,
Virendra