General Ledger - EBS (MOSC)

MOSC Banner

What is the correct way to insert a record in gl_interface_control table?

edited Jun 8, 2015 8:12AM in General Ledger - EBS (MOSC) 4 commentsAnswered

Hi there,

Does anyone know if we have a document on how to insert a record in gl_interface_control table?  Here is what I try to do:

- I need to have a program to insert records in gl_interface table.

- I need to insert a line in gl_interface_control table as well.

- run journal import.

Here is what I did:

- created a program to insert records in gl_interface table

- at the end of the program, added a section to insert a record in gl_interface_table:

    SELECT gl_journal_import_s.NEXTVAL       INTO irun_id       FROM DUAL;  

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