Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Is there any way to add daily rates in ""Costing- Receipt Accounting Real Time" Subject area

I am trying to add the daily rates in "Costing - Receipt Accounting Real Time" subject area to calculate the ledger amount(in USD) converted to the specific currency(EUR) in report. Can you please help me to achieve this?
Answers
-
Hi,
You refer to the conversion rates
setup from My Enterprise work area Setup and Maintenance task "Manage Daily Rates"
in application table
GL_DAILY_RATES
https://docs.oracle.com/en/cloud/saas/financials/24d/oedmf/gldailyrates-24409.html
So that we can do our own currency conversions
check the data lineages yourself
https://docs.oracle.com/en/cloud/saas/otbi/fa-index.html
but I do NOT think this is exposed in the presentation layer in any of subject areas.
Some of the measures in the facts in some subject areas have a calculation in them in the meta data repository database using a presentation variable to toggle between different different currencies.
Users can set this in My Profile My Account Preferences "Currency"
which in the logical SQL is this assignment
SET VARIABLE PREFERRED_CURRENCY='Document Currency';…
For more information
read the user guide section Set Up Currency
Oracle Fusion Cloud Applications
Creating and Administering Analytics and Reports
G12411-01 24D0 -
Thanks Nathan! I think I need to develop BI report in this case.
0