General Ledger - EBS (MOSC)

MOSC Banner

Gl journal Details

edited Sep 17, 2016 5:00AM in General Ledger - EBS (MOSC) 1 commentAnswered

Dear All,

I'm trying to write an SQL query that retrieve the count of transaction for each account :

and 'm comparing the result with the account analyses report that gives the number of transactions for each account

but I have some differences and I assume that I missed one condition because the count of transaction o many accounts match

my query is below:

select

cc.SEGMENT1 || '-' || cc.SEGMENT2|| '-' || cc.SEGMENT3|| '-' || cc.SEGMENT4|| '-' || cc.SEGMENT5|| '-' || cc.SEGMENT6|| '-' || cc.SEGMENT7 Natural_Account,

T.description,

jel.period_name,

count(*) Cnt

from

gl_code_combinations cc,

gl_je_lines jel,

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