ARPT_SQL_FUNC_UTIL.get_balance_due_as_of_date(ps.payment_schedule_id,ps.due_date,ps.class)
I am trying to get due amount as is in Aging bucket-7 report in 11i receivables, i try using function but returns nothing
ARPT_SQL_FUNC_UTIL.get_balance_due_as_of_date(ps.payment_schedule_id,ps.due_date,ps.class)
is there any other way?
7Z