Categories
- All Categories
- 127 Oracle Analytics News
- 23 Oracle Analytics Videos
- 14.5K Oracle Analytics Forums
- 5.5K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 47 Oracle Analytics Trainings
- 7 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 8 Oracle Analytics Industry
- Find Partners
- For Partners
Repository/Session variable with hostname for Drill Down

Organization Name
Sogetrel
Description
We need a variable that contains the application hostname. This would make dynamic the URL used in action links.
Use Case and Business Need
Following procedure described in Drill Down To Fusion Financial Applications from OTBI ERP Reports, we are able to use Action Links to drill down from OTBI adhoc reports to transaction details in Oracle Fusion Applications.
In this documentation, we have to build an URL based on our POD. When we deploy the analysis in another POD, we need to rewrite the analysis to update the hostname in the URL.
https://hostname/fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=InvoiceId=@{3}
With this new variable, we would have the following URL: https://@{4}/fscmUI/faces/deeplink?objType=@{1}&action=@{2}&objKey=InvoiceId=@{3} with variable 4 got from a Session/repository variable instead of a value or column value.
Original Idea Number: 903fd0d6bc
Comments
-
This idea would save lots of time while implementing different pods. I agree!
0 -
Amen! Would help 'pod-proof' our analytics and dashboards so we don't need to remember to fix action links when migrating from pod to pod.
0 -
Hi Vincent,
Can you please try the below query to dynamically fetch the instance name .
select 'Instance : ' ||substr(EXTERNAL_VIRTUAL_HOST,1,instr(EXTERNAL_VIRTUAL_HOST,'.')-1) Hdr from FUSION.ASK_DEPLOYED_DOMAINS
where DEPLOYED_DOMAIN_NAME='FADomain'Best Regards,
Sreekanth
0 -
Hi Sreekanth!
Thanks for this update!
We managed to use it in BI Publisher to achieve our goal. Do you know if there is a similar way to do it in an OTBI analysis where we cannot use direct SQL request to get the hostname?
Thanks
Vincent
0 -
This will help us tremendously with dynamic linking. Thank you
0 -
This will be a very useful feature and dynamic deeplinks will also help when moving reports from one environment to another.
0 -
Definitely a useful feature and will reduce lot of time required in maintenance activity after POD clone.
0 -
This would allow us to have action links derive the environment. As of now, these are hard-coded to our production Url. Thus, when you use action link in test, it does not direct to the test environment.
0 -
We are also looking for exact same requirement for our client. Any update?
0 -
Every time we clone Fusion for test purpose, we have to rebuild all the URL links in the lower environments used for testing. This adds an additional work and creates lots of diversion of resource form main programme work to support each upgrade or new environment we need to build. Please help find a solution to this and a way of doing a config snap shot of OACS and the data.
0