[Fusion] Understanding Payments in Oracle Fusion

 



Introduction

Payments are one of the most important parts of Oracle Fusion Accounts Payable. Every business receives invoices from suppliers, processes them, and finally pays those suppliers using checks, bank transfers, or electronic payments.

For many beginners, payment-related tables and terms in Oracle Fusion can feel confusing. Terms like invoice, payment, check, remittance advice, and payment status are often mixed together.

This post explains Oracle Fusion Payments in simple language so technical and non-functional users can understand the complete payment flow easily.


 


Invoice

A document sent by seller to buyer requesting payment for goods or services. It is a bill that says how much money needs to be paid.


Payment

Transfer of money from buyer to seller to settle an invoice or amount due. It is the actual giving/sending of money.



Remittance Advice

A document or message sent by payer to payee informing that payment has been made. It is payment confirmation that tells which invoice was paid.


Let's see data in the Oracle Fusion for Invoice:

  • Open fusion instance and Click on Navigator and then click Invoices under Payables


  • On Invoices screen, click on Tasks and then select Manage Invoices

  • On Manage Invoices screen enter the Invoice Number and click Search button



  • Run this query to get Invoice details and copy the Invoice Id:

SELECT * FROM ap_invoices_all aia WHERE aia.invoice_num = '2426266'

  • Now run this query to get Invoice payments details and by putting the Invoice Id and then copy the CHECK_ID
SELECT * FROM ap_invoice_payments_all aipa
WHERE aipa.invoice_id = '300002527824311'

  • Now run the below query to get payment details and then copy the PAYMENT_ID and CHECK_NUMBER:
select PAYMENT_ID, CHECK_NUMBER from ap_checks_all aca
where aca.check_id ='300002527730164'

  • Now run the below query to get SRA_CREATED column which will tell us if remittance advice is created or not (If it's Y) :
select SRA_CREATED from IBY_PAYMENTS_ALL ipa where payment_id='1780406'


Let's see data in the Oracle Fusion for Payment:

  • Open fusion instance and Click on Navigator and then click Payments under Payables




  • On Payments screen click on Tasks and then select Manage Payments


  • On Manage Payments screen, enter the Check_Number in Payment Number and click Search button
  • Click on the Payment Number and check the details:


  • Click on Paid Invoices tab to view the invoices for which this payment has been created


Comments

All Categories

Call Fusion BIP Report2 Change Password1 Code Combinations2 Compute Instance2 CTE1 Customer1 Data Aggregation2 Database5 Date Conversion1 DB Adapter2 Decryption1 Development1 EBS4 Encryption1 ESS Jobs3 Examine1 FBDI3 Fusion APIs1 Fusion BIP7 GIT2 GL3 GL Journals1 GL_DAILY_CONVERSION_TYPES1 GL_DAILY_RATES1 ICS1 Identity Domain1 Integrations1 Java1 Journal Import1 Keys1 Legal Entity1 LookupTypeLOV1 LOV1 LOVs1 MultiPartAPIs1 Networking1 NVL2 NVL in OIC2 OCI11 OCI Billing1 OCI Compute5 OCI Cost Management1 OCI Events Service1 OCI Free Tier3 OCI Notifification Service1 OCI Security3 OIC4 OIC Mapper2 Oracle26 Oracle ADF17 Oracle APEX1 Oracle Apps59 Oracle Apps R126 Oracle ATP1 Oracle BIP8 Oracle Cloud12 Oracle Cloud Free Tier1 Oracle cloud Infrastructure9 Oracle Cloud Security2 Oracle Cloud VM1 Oracle DB4 oracle ebs5 Oracle ERP4 Oracle ERP Adapter2 Oracle ERP Cloud7 Oracle financials2 Oracle Forms1 Oracle Fusion57 Oracle Fusion BIP4 Oracle Fusion ERP17 Oracle Fusion Financials18 Oracle Integration Cloud3 Oracle OAF17 Oracle OCI14 Oracle OIC22 Oracle SOA 12c10 Oracle SQL17 Oracle VBCS1 Oracle VBS2 Oracle Visual Builder Cloud Service1 Oracle Visual Builder Studio2 Oracle Workflow Notifications1 Others10 Payables2 Payables Import1 Properties1 R121 Register BIP as ESS Job1 Reset Password1 Responsibility1 REST4 Security List1 Site Map1 SOAP2 SOAP API2 SOAP UI3 SQL16 SQL Functions3 SQL Queries14 SQL Query8 SQL Tips3 SSH1 TCA1 Value Sets1 VBCS1 Virtual Machine2 Virtual Machines1 XML1 XSLT1
Show more