How can we run fnd_user_pkg fron non APPS schema
We have a requirement to disable and enable ebs user as an integration user( Non apps user). I have given execute privilege on apps.fnd_user_pkg to the integration user. But it throws error as
*
ERROR at line 1:
ORA-01031: insufficient privileges
ORA-06512: at "APPS.FND_USER_PKG", line 386
ORA-06512: at "APPS.FND_USER_PKG", line 1428
ORA-06512: at "APPS.FND_USER_PKG", line 3183
ORA-06512: at line 1
Pls help