Posted on November 25th, 2008 by Sanjit Anand |
Print This Post
|
Email This Post
Transfer Program
In Oracle Applications, modules such as AP, AR, PO, INV ,PA and WIP have concurrent processes that take the information from database structures in which the business activity is stored and inserts it into the GL_INTERFACE table.
Here are the list of some of the transferring concurrent programs are:
- Payables Transfer to General Ledger aka APPPST (AP)
- Create Journal Entries aka FAPOST(FA)
- General Ledger Transfer Program ak ARGLTP(AR)
- AX Transfer to GL akaAXXPSTGL(AX)
- Interface Burden Cost to GL PADTBC(PA)
- PRC: Interface Labor Costs to General Ledger PAGGLT(PA)
- PRC: Interface Usage Costs to General Ledger PASGLT(PA)
- PRC: Interface Revenue to General Ledger PATTGL(PA)
- Transfer transactions to GL INCTGL(Inv)
- Payroll Transfer to GL(PAY)
Journal categories used while AP to GL Transfer
As you know journal categories classifications used to indicate the purpose or nature of your journal entry.Therefore in Payable the categories which are used are Invoices (also called Purchase Invoices), Payments, and All (both Invoices and Payments) and Reconciled Payments (for Payment Clearing and Payment Unclearing Events).
More Important the type of journal category you can select depends on the accounting method that you have selected for your set of books.
Doing a Transfer to GL from AP
After you create accounting entries in Payables, submit the Payables Transfer to General Ledger program which send invoice and payment accounting entries to the general ledger interface which is triggered with Journal Import program.
How and what Payables Populates into GL
Except Oracle Fixed Assets module, most of subledger transfer program moved via GL_Interface table.
Once you submit the payables transfer to General Ledger program , the data get populates into GL Interface table with accounting information for Payables transactions.
If you use Oracle General Ledger, then Journal Import uses the data in the GL Interface to create journal entries and populates the General Ledger GL_JE_BATCHES, GL_JE_HEADERS,GL_JE_LINES, and GL_IMPORT_REFERENCES tables.
When the Payables Transfer to General Ledger program transfers accounting information to the GL Interface, it always populates the following columns:
- GL_SL_LINK_ID: value is a unique, sequential number
- GL_SL_LINK_TABLE: value is APECL for Payables actuals, and APENCL for Payables encumbrances.
When you submit the Payables Transfer to General Ledger program you specify whether you want to transfer accounting information in summary or detail, and you specify the journal category. The parameters you select affect what is transferred to GL Interface columns REFERENCE21–REFERENCE30.
Posted in Oracle Payable | 14 Comments »







