Some times we get a email from customers that they are not able to retrigger PO approve notifications, we need to change this setup to view workflow for all users.
Actually only SYSADMIN user can view other users notifications, if a requirement comes to enable everyone/certain group of people to view everyones notifications.
Login as SYSADMIN User
Navigation:
System Administrator - Workflow : Administrator Workflow - Administration.
-> In the admin page you will see this message “Set * to grant admin privilege to all users”
-> Put * in the text box next to “Workflow System Administrator” and click Apply.
Just in case if stil issue exist, we can also use below sql from APPS user to update the workflow administrator.
update wf_resources set text='*'
where name='WF_ADMIN_ROLE'
and text<>'*';
commit;
Happy EBS Learning !!
Actually only SYSADMIN user can view other users notifications, if a requirement comes to enable everyone/certain group of people to view everyones notifications.
Login as SYSADMIN User
Navigation:
System Administrator - Workflow : Administrator Workflow - Administration.
-> In the admin page you will see this message “Set * to grant admin privilege to all users”
-> Put * in the text box next to “Workflow System Administrator” and click Apply.
Just in case if stil issue exist, we can also use below sql from APPS user to update the workflow administrator.
update wf_resources set text='*'
where name='WF_ADMIN_ROLE'
and text<>'*';
commit;
Happy EBS Learning !!