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; 

相关文章:

  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-21
  • 2021-07-01
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2021-08-08
  • 2021-07-01
相关资源
相似解决方案