Welcome

Welcome to HandsonERP.com

This site provides video based training of Oracle Financials.
Learn concepts and functionality in a step by step manner.

Login

HandsonERP - Oracle E-Business Suite Training
Welcome, Guest
Please Login or Register.    Lost Password?
Please post inquiries related to lessons content here. All questions and inquiries related to the website should be submitted directly using Contact form in the top menu.
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Interfacing with JDE
#4100
handsonerp (Admin)
Admin
Posts: 1989
graph
User Offline Click here to see the profile of this user
Re:Interfacing with JDE 11 Years, 3 Months ago  
The forum is dedicated to discuss lesson related inquiries and due to the shortage of time resources this policy is strictly followed.

I can share my thoughts on how accounting data is usually extracted from AP and could be transferred to external systems as pertains to the topics covered.

In R12 the AP module simply pass accounting events to SLA module.

The accounting is created by SLA module and accounting entries are then transferred from SLA to General Ledger module.
All this is covered in SLA videos.

Therefore the two logical places to pick up accounting data are: SLA table XE% and GL tables GL%.
GL tables makes up the best place to pick up the entries from as this way you only retrieve what is posted in GL and hence reflected in financial statements.
select * from gl_je_headers a, gl_je_lines b
where je_source = 'Payables'
and status = 'P' -- Posting flag
and ledger_id = <X>
(The SQL is written on the fly and not tested).
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
      Topics Author Date
    thread link
Interfacing with JDE
anandjs2 2013/01/26 22:58
    thread link
thread linkthread link Re:Interfacing with JDE
handsonerp 2013/01/28 21:24
    thread link
thread linkthread linkthread link Re:Interfacing with JDE
anandjs2 2013/01/28 23:00
    thread link
thread linkthread linkthread linkthread link Re:Interfacing with JDE
handsonerp 2013/02/04 02:41
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop