Search found 1 match

by mohsinsm
Sat Mar 05, 2011 8:55 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Account Analysis report with Date Parameter instea
Replies: 1
Views: 4956

Hi Emanuel

If u r using gl_je_lines table in ur query
u can use gl_periods table also
and link in ur where clause gl_periods.period_name=gl_je_lines.period_name
and use gl_periods.start_date and gl_periods.end_date
as ur date parameters instead of periods.
hope this help u.


Thank You


Regards ...