Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

SQL to get application url dynamically

edited Nov 9, 2020 5:46PM in Receivables & Collections 3 comments

Summary

SQL to get application url dynamically

Content

Hi,

Please can some one advise how to get application URL of a fusion instance using SQL? Similar to EBS, where we can get the url using below SQLs.

1. SELECT home_url FROM icx_parameters;

2. SELECT profile_option_value
FROM fnd_profile_option_values
WHERE profile_option_id=
(SELECT profile_option_id
FROM fnd_profile_options WHERE profile_option_name = ‘APPS_FRAMEWORK_AGENT’)
AND level_value = 0 ;

 

Thanks

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!