Dear All,
I just want to disable to E-biz users from the backend. Hence using the below API to do that.
BEGIN
apps.fnd_user_pkg.DisableUser('TEST1DEV1');
END;
But seems, FND_USER_PKG is accessible only from APPS schema. If I try to access it from other schema(non-apps), am getting "Table or View does not exist". I have tried giving external grant from apps schema over FND_USER_PKG to my user, but still getting the same error.
Could one of you please tell me what is E-biz roles or responsibilities required to access this package from non-apps schema.
Thanks,
Vijay