ORA-00942 Table or View does not exist when running a procedure
Hi,
I have a procedure called FND_GLOBAL under a schema called APPS and I have granted execute privilege on this procedure to another schema called CIVICA
However when I run the procedure from the CIVIC schema I get
ORA-00942 Table or view does not exist
ORA-06512 at APPS.FND_CORE_LOG, line 25
ORA-06512 at APPS.FND_GLOBAL, line 104
ORA-06512 at APPS.FND_GLOBAL, line 1620
ORA-06512 at APPS.FND_GLOBAL, line 2171
ORA-06512 at APPS.FND_GLOBAL, line 2313
I am guessing some of the sub components also need to be granted to CIVICA ?
What way does Definer's rights work ? Should the sub components not also be accessible via this procedure being owned / defined by Apps but being executed by CIVICA ?
Jim