EBS R12.1.3 : unable to create users using FND_USER_PKG.CreateUser
Hi,
We are trying to integrate 3rd party SSO with EBS. While trying to create users in EBS , it is erroring out. Please let us know, how to fix this issue.
profile option "Application SSO LDAP Synchronization" is "Disabled"
1 Begin
2 APPS.FND_USER_PKG.CreateUser('RAM',NULL,'welcome123',null,null,null,null,null,sysdate,null,null,null,null,null,null,null,null);
3* end;
SQL> /
Begin
*
ERROR at line 1:
ORA-20001: APP-FND-02600: Unable to create user RAM due to the following
reason(s):
This user name is already in use. Please enter a unique user name..
ORA-06512: at "APPS.APP_EXCEPTION", line 72
We are trying to integrate 3rd party SSO with EBS. While trying to create users in EBS , it is erroring out. Please let us know, how to fix this issue.
profile option "Application SSO LDAP Synchronization" is "Disabled"
1 Begin
2 APPS.FND_USER_PKG.CreateUser('RAM',NULL,'welcome123',null,null,null,null,null,sysdate,null,null,null,null,null,null,null,null);
3* end;
SQL> /
Begin
*
ERROR at line 1:
ORA-20001: APP-FND-02600: Unable to create user RAM due to the following
reason(s):
This user name is already in use. Please enter a unique user name..
ORA-06512: at "APPS.APP_EXCEPTION", line 72
Tagged:
0