top of page

Tags

Archive

Create AP Invoice using FBDI-Oracle Fusion -R13

  • Writer: Satya
    Satya
  • Mar 26, 2022
  • 1 min read

In this Post I will show you how to create the Payable Invoice using FBDI.


To Successfully Create the Invoice , we need to follow the below steps .



  • Get the FBDI file from OER - oracle Enterprise repository

Access the below link and go to the




ree

  • Download the FBDI and Prepare the sample data. Click On the XLSM Template.


ree


ree

  • Generate the csv files


ree
  • Files Got Generated to my Local .


ree

  • Transfer the same to UCM

We need to Run the below ESS Job by Uploading the above zip file to the UCM Payable Account.


  • Navigate to Tools > Schedule Procersses .


ree
  • Click On Schedule New Process


ree

Search for the job "Load Interface File for Import" and Press ok


ree

In the next Screen , Enter the Import Process as " Import Parables Invoices" and upload the zip file we prepared in the earlier Step and submit the job.

ree

you can see that all the jobs got successfully completed and data loaded to the interface tables .


ree

One can verify the data by running the below BI Queries .



select * from AP_INVOICES_INTERFACE order by creation_date desc 


select * from AP_INVOICE_LINES_INTERFACE order by creation_date desc

Lets Run the Payable Import job to load the data to the Base tables .


ree


Jobs Got Successfully completed and the Invoice got Generated .



ree

Payable Import Report reflecting the invoice created

ree

Now , Lets Go to the Invoices Page and Verify the created invoice .



ree

Hope this Helps . happy Learning ..

Recent Posts

See All
Download Data from UCM-Oracle Fusion

In this Post , Will show you how to download files from UCM using SOAP WS. WSDL: https:/POD/idcws/GenericSoapPort Request Payload To get...

 
 
 

1 Comment


NEHA SINGH
NEHA SINGH
May 19, 2023

Do FBDi for Payable Invoice creation supports updating of existing invoices and line ?

Like

Other Posts you may Interested 

Subscribe Form

  • facebook
  • linkedin
bottom of page