Inventory Transfer To GL

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 [...]

Fixed Asset Transfer to GL

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 [...]

Payables Transfer to GL

Sanjit Anand | Nov 25, 2008 22:53 -0700
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 [...]

test3

Sanjit Anand | Nov 22, 2008 08:08 -0700
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 [...]

test format

Sanjit Anand | Nov 21, 2008 23:01 -0700
<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

Sanjit Anand | Nov 21, 2008 17:17 -0700
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 [...]

EBS Approvals goes Wireless

Sanjit Anand | Nov 16, 2008 11:09 -0700
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 [...]

File -> Export : Enabling or disabling

Sanjit Anand | Nov 16, 2008 02:11 -0700

Setting default to Excel for Exported file from “File ->Export “

Sanjit Anand | Nov 14, 2008 21:09 -0700
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 - [...]

‘File ->Export’ Function is troubling

Sanjit Anand | Nov 13, 2008 05:05 -0700