SELECT home_url FROM icx_parameters;  



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;

 

相关文章:

  • 2021-08-26
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2021-04-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-09-03
  • 2021-12-16
  • 2022-12-23
  • 2021-04-02
相关资源
相似解决方案