How to automate Daily Exchange Rates loading in GL R12 using data feed from external URL?
Oracle General Ledger: R12.2.4
File version: Very basic, since no upgrades have been done from starting and it was implemented directly.
Country: Qatar
External Website URL example: https://www.xe.com/currencyconverter/
or any other free websites.
Hi All,
We have a requirement to automate the daily exchange rates loading process in Oracle EBS R12.2.4.
I tried searching for this and came across one article which states that we need to pass the website URL as parameter in package and it'll return website data as XML. But what is the syntax of it was not mentioned, whether it should be passed in a procedure or function, it needs to be registered as concurrent program too or not? Nothing was mentioned.