Thursday, November 16, 2017

Payment Types in Oracle Apps



When we are making payment to supplier we need to have Bank Account, Check book. 

We have 3 Types of Payments:
  1. Manual
  2. Quick
  3. Refund
  • Manual:- We have to write the check manually and then enter the same details into system and hand over the same check to Supplier.
  • Quick:- System will print payment details on the check. In OF once you save the payment, automatically check will be printed on pre printed stationary. Then check can be hand over to Supplier.
  • Refund:- When we received funds return from the suppliers we record them as refund.

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