Receivables - EBS (MOSC)

MOSC Banner

Query to generate Customized aging report

edited Jun 25, 2018 12:27AM in Receivables - EBS (MOSC) 2 commentsAnswered
 I want to create customized report for customer aging. Can anyone advise which tables to refer?

I tried following query but it is not reflecting true picture.

select A.CUSTOMER_ID, B.CUSTOMER_NAME, A.trx_number, A.TRX_DATE, A.amount_due_original, A.amount_due_remaining, A.STATUS, a.class
from AR_PAYMENT_SCHEDULES_ALL A,
     AR_CUSTOMERS B
where A.customer_id = B.CUSTOMER_ID
AND   amount_due_remaining <> 0
and  a.class in ('INV','DM')
and   trx_date > '30-JUN-07'
;

Can anyone help ?

Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center