Friday, November 3, 2017

Payment Manager in Oracle Apps 11i & R12


Payment Manager
S.No
11i
R12
1
Payment batch
Payment Manager
2
Form based
Web page
3
From front end we cannot see the payment details in the Batch
It is a dash board environment. We can create some templates with more options.
4

We can stop the batch payment process at certain point.
5

We can process multiple currency payments. 
6

Payments multiple operating units of one legal entity are possible.
7
Multiple currency payments are not possible.
Payments of multiple operating units under multiple Legal entities possible.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...