General Ledger - EBS (MOSC)

MOSC Banner

GL Import - Interface

Hello,

I have inserted the data into GL_INTERFACE & GL_INTERFACE_CONTROL and on submitting "GLLEZL" programmatically, I am getting an exception saying "No control rows were found in GL_INTERFACE_CONTROL" table, please contact your sys admin".

Can someone please guide why am I getting this exception despite having data populated in both tables?

Attaching data from both the tables for your reference & here is how I am triggering the standard Journal import program:

 LN_REQUEST_ID := fnd_request.submit_request

          ( APPLICATION  => 'SQLGL'

          ,program    => 'GLLEZL'

          ,DESCRIPTION  => NULL

          ,START_TIME  => SYSDATE

          ,SUB_REQUEST  => FALSE

          ,ARGUMENT1   => LN_INTERFACE_RUN_ID  --interface line id

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