Hi all,
We need to grant an oracle DB SQL user SELECT Privileges on the below tables:
• FND_RESPONSIBILITY_VL
• FND_APPLICATION_VL
• FND_USER
• FND_USER_RESP_GROUPS_DIRECT
However, we are getting the following responses from the DB (using sqlplus client):
ERROR at line 1:
ORA-00942: table or view does not exist
Is there something I'm missing?
Appreciate any help or suggestions on this
Thanks!