读书人

查询全部ICX Profile的脚本

发布时间: 2012-09-07 10:38:15 作者: rapoo

查询所有ICX Profile的脚本

查询所有ICX相关Profile的SQL

set pages 100set line 120column "Option" format 99999999column "Profile Name" format A35column "Profile Value" format A55spool support_profile_value.txtselect a.PROFILE_OPTION_ID "Option"      ,a.PROFILE_OPTION_NAME  "Profile Name"      ,b.PROFILE_OPTION_VALUE  "Profile  Value"from      fnd_profile_options a     ,fnd_profile_option_values bwhere     a.PROFILE_OPTION_ID = b.PROFILE_OPTION_ID(+) and a.PROFILE_OPTION_NAME like 'ICX%'/spool off


Reference:查询全部ICX Profile的脚本Scripts To Obtain ICX Profiles For Discoverer 4i And E-Business Suite Integration (Doc ID 222135.1)




读书人网 >其他数据库

热点推荐