EBS Customizations (MOSC)

MOSC Banner

Howto Create custom database user to call fnd_user_pkg procedures

edited Aug 18, 2017 5:03AM in EBS Customizations (MOSC) 4 commentsAnswered
Dear all,

We need to update Oracle EBS user passwords from our AD. Our plan is to use the following procedure call to perform that task.

declare

l_ok BOOLEAN;

begin

l_ok := apps.fnd_user_pkg.changepassword('JOHN','secret01');

end;

The problem is that we need a new db user with limited rights to preform that task and thus not need to use the apps account. We created a new db user with execute rights on this procedure. Unfortunately this does not work, since the call errors out because of lack of rights on packages used by fnd_user_pkg.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center