My Oracle Support Banner

E-Business Suite Workflow API WF_MAINTENANCE.PropagateChangedName Does Not Update The Existing User Name To Another User Name In The Wokflow Tables (Doc ID 2205537.1)

Last updated on FEBRUARY 17, 2023

Applies to:

Oracle Workflow - Version 11.5.10.2 and later
Information in this document applies to any platform.

Goal

E-Business Suite Workflow, Workflow Administration issues

 

 

The API to change a Workflow username (WF_MAINTENANCE.PropagateChangedName) is not working as expected.

Calling the API  WF_MAINTENANCE.PropagateChangedName fails with the following error:

'ORA-20002: 3205: '<USERNAME2>' is not a valid role or user name'

begin
WF_MAINTENANCE.PropagateChangedName('<USERNAME1>', '<USERNAME2>');  
commit;
end;

Log Messages:
ORA-20002: 3205: '<USERNAME2>' is not a valid role or user name.
ORA-06512: at "APPS.WF_MAINTENANCE", line 281
ORA-06512: at line 2

Script Terminated on line 1.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.