Error while executing the package. [message #95228] |
Fri, 04 April 2003 13:51 |
Daniel Manohar
Messages: 7 Registered: July 2002
|
Junior Member |
|
|
Hi,
When I tried to execute the following lines,
begin
APPS.FND_GLOBAL.APPS_INITIALIZE( 20568,50383,401);
dbms_output.put_line('Apps initialized');
end;
I am getting the following error..
ORA-20001: Oracle error -20001: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE,FND_CLIENT_INFO.SETUP_CLIENT_INFO, N, ERRNO, -942, N, REASON, ORA-00942: table or view does not exist has been detected in FND_GLOBAL.INITIALIZE.
ORA-06512: at "APPS.APP_EXCEPTION", line 52
ORA-06512: at "APPS.FND_GLOBAL", line 52
ORA-06512: at "APPS.FND_GLOBAL", line 806
ORA-06512: at "APPS.FND_GLOBAL", line 442
ORA-06512: at line 2
Can anyone help me to find which table needs access ? The user has got the 'execute' access for the package APPS.FND_GLOBAL.
Thanks in advance,
Daniel.
|
|
|