Receivables - EBS (MOSC)

MOSC Banner

Oracle Receivables last transaction entered against a customer

edited Apr 13, 2017 8:11AM in Receivables - EBS (MOSC) 1 commentAnswered ✓

We have Oracle E Business suite 11.5.10.2. I have written an sql script to try and find the date last transaction entered against each customer. My script is not working and I was wondering if some could point out what is wrong or how I can correct it?

select

a.trx_date,

a.trx_number,

k.description batch_description,

l.name batch_name,

k.name,

a.complete_flag,

a.status_trx,

b.line_number,

b.line_type,

b.description invoice_line_desc,

c.gl_date,

c.amount,

d.segment1 "CO",

d.segment2 "CC",

d.segment3 "PROJ",

d.segment4 "OBJ",

f.party_type,

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