ORA-20001: APP-FND-02604 [message #301209] |
Tue, 19 February 2008 10:20 |
prasenjit.dutta
Messages: 14 Registered: July 2007
|
Junior Member |
|
|
Hi,
While attempting to detach responsibility from an user by using fnd_user_pkg.delresp, I am getting the eror mentioned in subject line. Followign are the details what I am doing:
I am running the following:
exec fnd_user_pkg.delresp ('TEST', 'PER', 'BMC_EDA_SELF_SERVICE', 'STANDARD' );
And I am getting following:
ERROR at line 1:
ORA-20001: APP-FND-02604: One or some of the following data is not valid:
APPLICATION_SHORT_NAME=PER, RESPONSIBILITY_KEY=BMC_EDA_SELF_SERVICE, SECURITY_GROUP=STANDARD.
ORA-06512: at "APPS.APP_EXCEPTION", line 72
ORA-06512: at "APPS.FND_USER_PKG", line 2382
ORA-06512: at line 1
I have checked in fnd_security_groups, and found no problem with security group, 'STANDARD'.
Can any one tell me what can be the work around?
|
|
|
|