Script to Link Journal Count Posted per year back to Org_id (11.5.10.2)
I'm looking for help in writing a script linking the org_id to acitivty in the GL. I can link set of books to Journal Activity, but the consultants are asking for GRE/LE org_id linked back to activity. Any ideas?select --headers.period_name,/* headers.je_header_id,*/books.SET_OF_BOOKS_ID,books.CHART_OF_ACCOUNTS_NAME,books.NAME Set_of_Books_Name,periods.period_year,books.-- periods.end_date,-- periods.period_num,count(*)from GL.GL_JE_HEADERS headers/*,GL.GL_JE_LINES Lines*/,apps.GL_SETS_OF_BOOKS_V Books, GL.GL_PERIODS Periods
0