11i - 12 How To Set Email Style Preference For All Users At Once?

(文档 ID 578574.1)

In this Document

  Goal
  Solution
  Workflow Information Center, Diagnostics, & Community
  References

APPLIES TO:

Oracle Workflow Cartridge - Version 11.5.9 to 12.2 [Release 11.5 to 12.2]
Information in this document applies to any platform.
Checked for relevance on 06-JUL-2013

GOAL

The goal of that Note is to explain how to bulk update the Email Style preference for all E-Business Suite users at once. The same can be used to update the Email Style for a group of users only, for instance the users who have the preference set to "Disabled" ...

Usually, each user must reset the Email Style preference through the "Preferences" page available from his Home Page.

SOLUTION

1. Unfortunately, currently there is no seeded way to do this.  An enhancement request has been logged for this under internal Bug 5748131 (NEED PLEASANT WAY TO BULK RESET NOTIFICATION PREFERENCE FROM DISABLED).
It is under Oracle Development‘s review.

2. Currently, the only workaround to change the Email Style of all users is to update the tables.
Note that there are 2 tables to update : FND_USER_PREFERENCES and WF_LOCAL_ROLES.

One should backup the tables before performing the updates as updating application tables from sqlplus is not supported.

3. Updates for All Users would look like:

a.

update wf_local_roles 
set notification_preference=‘<wished_preference>‘ 
where orig_system in (‘FND_USR‘,‘PER‘);

b.

update fnd_user_preferences 
set preference_value=‘<wished_preference>‘ 
where preference_name=‘MAILTYPE‘ 
and module_name=‘WF‘ 
and user_name <> ‘-WF_DEFAULT-‘;

4. Updates for Users having the preference set to "Disabled" would look like:

a.

update wf_local_roles
set notification_preference=‘<wished_preference>‘
where orig_system in (‘FND_USR‘,‘PER‘)
and name in
(select user_name
from fnd_user_preferences
where preference_name=‘MAILTYPE‘
and module_name=‘WF‘
and preference_value=‘DISABLED‘);

b.

update fnd_user_preferences
set preference_value=‘<wished_preference>‘
where preference_name=‘MAILTYPE‘
and module_name=‘WF‘
and preference_value=‘DISABLED‘;

The where clauses of above SQL can be modified to match ones needs.

Possible values for <wished_preference> are:

QUERY (corresponds to preference value "Do not send me mail") 
MAILTEXT (corresponds to preference value "Plain text mail") 
MAILATTH (corresponds to preference value "Plain text mail with HTML attachments") 
MAILHTML (corresponds to preference value "HTML mail with attachments") 
MAILHTM2 (corresponds to preference value "HTML mail") 
SUMMARY (corresponds to preference value "Plain text summary mail") 
SUMHTML (corresponds to preference value "HTML summary mail") 
DISABLED (corresponds to preference value "Disabled")

Workflow Information Center, Diagnostics, & Community

  • Please reference the Workflow Product Information Center Document for Top Workflow Resources: Document 1320509.1
  • For additional help, please refer to one of the following documents on diagnostics to address current needs. Providing diagnostic output on an issue for support when logging a service request is very helpful.

    Document 179661.1 for 11i or Document 421245.1 for Rel 12.x

  • Visit the Core Workflow community for help with industry experts or to share knowledge.
  • Please see Document 1186338.1 for recorded Workflow Webcasts.
时间: 2024-10-18 01:30:34

11i - 12 How To Set Email Style Preference For All Users At Once?的相关文章

11i - 12 Gather Schema Statistics fails with Ora-20001 errors after 11G database Upgrade (文档 ID 781813.1)

11i - 12 Gather Schema Statistics fails with Ora-20001 errors after 11G database Upgrade (文档 ID 781813.1) 转到底部 In this Document   Symptoms   Changes   Cause   Solution APPLIES TO: Oracle Applications Technology Stack - Version 11.5.10.2 to 12.1.3 [Re

12 vue中的样式-style

vue中的样式 是动态绑定style , 对象 是无需键值对的集合 1. <h1 :style="{ color:'red' ,fontSize:'32px'}">这是最基础的一个</h1> 直接在对象中写键值对 2. <h1 :style="styleObj2">这是第一个</h1> 将键值对对象写在data中.直接动态绑定 3. <h1 :style="[ styleObj1, styleObj2

12.1.2: How to Modify and Enable The Configurable Home Page Delivered Via 12.1.2 (Doc ID 1061482.1)

In this Document   Goal Solution References       APPLIES TO:    Oracle Applications Framework - Version 12.1.2 to 12.1.2 [Release 12.1] Information in this document applies to any platform. Checked for relevance on 18-JAN-2014   GOAL   This document

Globalization Guide for Oracle Applications Release 12

Section 1: Overview Section 2: Installing Section 3: Configuring Section 4: Maintaining Section 5: Using Section 6: Customizing Section 7: Translating Section 8: Troubleshooting Appendix A: Migrating to Unicode Appendix B: Locale Data Section 1. Over

11.10/11.11/11.12 安装PHP511.13安装PHP7

- 11.10/11.11/11.12 安装PHP5 - 11.13 安装PHP7 - 扩展 - php中mysql,mysqli,mysqlnd,pdo到底是什么 - http://blog.csdn.net/u013785951/article/details/60876816 - 查看编译参数 http://ask.apelearn.com/question/1295 # 11.10安装PHP5 上 -  PHP官网www.php.net -  当前主流版本为5.6/7.1  1.   c

作业 &nbsp; 5,6,9,12

<<<五-六单元练习>>>1.新建用户组,shengchan,caiwu,jishu [[email protected] ~]# groupadd shengchan[[email protected] ~]# groupadd caiwu[[email protected] ~]# groupadd jishu 2.新建用户要求如下:        * tom 是shengchan组的附加用户        * harry 是caiwu组的附加用户        *

Android系统自带样式(@android:style/)

在AndroidManifest.xml文件的activity中配置 1.android:theme="@android:style/Theme" 默认状态,即如果theme这里不填任何属性的时候,默认为Theme 2.android:theme="@android:style/Theme.NoDisplay" 任何都不显示.比较适用于只是运行了activity,但未显示任何东西 3.android:theme="@android:style/Theme.

centos 6.9 编译安装 Nginx1.12.1

centos 6.9 使用yum 安装 Nginx1.12.1 Nginx (engine x) 是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器.Nginx是由伊戈尔·赛索耶夫为俄罗斯访问量第二的Rambler.ru站点(俄文:Рамблер)开发的,第一个公开版本0.1.0发布于2004年10月4日. 其将源代码以类BSD许可证的形式发布,因它的稳定性.丰富的功能集.示例配置文件和低系统资源的消耗而闻名.2011年6月1日,nginx 1.0.4发布. Ng

Oracle 12c 12.1.0.1.0管理控制文件官方文档翻译说明

Link: http://download.csdn.net/detail/rlhua/7718571 官方Link: http://docs.oracle.com/database/121/ADMIN/control.htm#ADMIN006 版本: [email protected]>select * from v$version; BANNER