What are steps invovled to import data to General Ledger from feeder System?

Questions by Smruti Sarathi Das

Showing Answers 1 - 3 of 3 Answers

For Importing the data from feeder system to Oracle GL.

1) Upload the data into GL_INTERFACE using SQL *LOADER or any other.

2) Run the Interface program..so the data will be loade to the base table..

3) In this entire process you have to use PL /SQL procedures

  Was this answer useful?  Yes

thomas

  • Apr 22nd, 2006
 

1. Load the data in GL INTERFACE.

2. Call Journal Import

3. Call Journal Posting

You can do virtually all the above from a single PL/SQL package. This information is alo available in the GL trm, and help can be takn from the Oracle metalink.

  Was this answer useful?  Yes

Guest

  • Jun 11th, 2006
 

Import data from Legacy system to GL

1> Trasnfer data from Legacy sytem to GL_INTERFACE table by creating PLSQL Procedure with related defined Source name in GL setups.

2> Open Standard form GL IMPORT form and select used Source Name and group id.

3> Post JV.

Import data from AP to GL

Run Standard report in AP  'Payables Transfer To GL'

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions