General Ledger - EBS (MOSC)

MOSC Banner

R12 GL code combination summary flag

edited Nov 20, 2012 2:20PM in General Ledger - EBS (MOSC) 1 commentAnswered
Hi

We are having problem with one of the GL combination that have the summary flag = Y.  This prevents us from posting journal to this GL combination. Not any of the value set is currently setup as Parent although the account might have been initially setup as Parent but by accident. 

Is there a way that we could change the summary flag to N so we could upload our journal?  I used the script below to see how many gl code combinations are flagged.

select * from gl_code_combinations
where summary_flag='Y'
and template_id is null

Regards,

Tim

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