Receivables - EBS (MOSC)

MOSC Banner

Need to find all unapplied creit memos

edited Jan 26, 2011 5:31PM in Receivables - EBS (MOSC) 2 commentsAnswered
Hi ,

we need to list all unapplied credit memos in AR .

I am assuming that as soon as a credit memo is applied it will create a record in table ar_receivable_applications_all.

so below is the query i have made

select *  from

ra_customer_trx_all rcta
where not exists (select 1 from
ar_receivable_applications_all araa
where
araa.applied_customer_trx_id=rcta.customer_trx_id )
and CUST_TRX_TYPE_ID =2---This corrosponds to Credit memo.

can someone validate or comment???

 

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