How to update Workflow Administrator Role in Oracle Applications
1..update wf_resources set text=’&Enter_Admin_Name’ where name=’WF_ADMIN_ROLE’;
e.g
update wf_resources set text=’FND_RESP|SYSADMIN|SYSTEM_ADMINISTRATOR|STANDARD’ where name=’WF_ADMIN_ROLE’;
2. Change the value of Context file parameter s_wf_admin_role and run Autoconfig
$ cat $CONTEXT_FILE|grep wf_admin
<username oa_var=”s_wf_admin_role” customized=”yes”>SYSADMIN</username>
Ensure that context file parameter “s_wf_admin_role” is updated with modified value to preserve changes during autoconfig Run
Recent Posts