How Inventory Passes Journals To General Ledger (GL)
Inventory Transactions transfer to GL normally done by Program called INCTGL.
The accounting information related to transactions in INV module is transferred to GL by running the ‘Transfer Transactions to GL’ concurrent program. This is part of ‘Period End Process' . However, you can run explicitly any time during [...]
How Fixed Assets (FA) Passes Journals To General Ledger (GL)
Before 11.5.9 and Fixed Assets patchset M (11i.FA.M), Journals created by the Create Journals process in FA were entered directly to the journal tables. For some time it was possible to have different period names between the two ledgers and change them using the General [...]
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 [...]
test2
DECLARE
result number := NULL;
BEGIN
fnd_global.apps_initialize(1318, 50578, 201); -- This needs to change as per your application.
result := PO_CHANGE_API1_S.record_acceptance
[...]
<pre lang=”java” line=”1?>
public class Hello {
public static void main(String[] args) {
System.out.println(”Hello World!”);
}
}
</pre>
1
2
3
4
5
public class Hello {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
DECLARE
result NUMBER := NULL;
BEGIN
fnd_global.apps_initialize(1318, 50578, 201); -- This needs to change [...]
test today formatter test 1
<pre>DECLARE
result number := NULL;
BEGIN
fnd_global.apps_initialize(1318, 50578, 201); -- This needs to change as per your application.
result := PO_CHANGE_API1_S.record_acceptance
[...]
Wireless Approval : What is meant for EBS user community
Oracle Business Approvals for Managers is a new class of task focused built mobile application to enhance productivity via immediate notification of key tasks needing review /action, with relevant analytics provided to support and better decision-making.
This allow you to secure access to business information [...]
Oracle Applications allows you to export data that you see on the form to a file - like excel - which can be then be used as a normal excel file. These are really useful when you want a quick dump of the data for reference or are trying to trouble-shoot some issue.
The File - [...]