Payables and Cash Management - EBS (MOSC)

MOSC Banner

EC12 Error when Journal Import...

edited Feb 25, 2013 3:19PM in Payables and Cash Management - EBS (MOSC) 7 commentsAnswered

Hi all,
I has an issue when the Journal Import always bring up the Error EC12.
as long as we do the closing AP by running a query:

  select entered_dr, accounted_dr, entered_cr, accounted_cr
        from GL_INTERFACE
        where status = "EC12" and
        user_je_source_name = "Payables" and
        currency_code = 'USD'

then we do the update process

update GL_INTERFACE
set accounted_dr = entered_dr,
accounted_cr = entered_cr,
status = 'NEW'
where status = "EC12" and
user_je_source_name = "Payables" and
currency_code = 'USD'

problem can be completed and AP Period Closed.

My question, does this have to

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