EBS Customizations (MOSC)

MOSC Banner

How to grant execute on FND_MESSAGE?

Normal grant to the package completes successfully, but the usr still cannot execute it

As sys:

SQL> grant execute on apps.fnd_message to xxuser;

Grant succeeded.

Connect as xxuser:

select * from user_tab_privs -> shows that the user does not have the privilege and

SQL> select apps.fnd_message.get from dual;

       *

ERROR at line 1:

ORA-01031: insufficient privileges

Tagged:

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