Getting error when run FND_GLOBAL.APPS_INITIALIZE procedure using a user other than APPS user
For business purposes, we need to create a new database user. This user needs to read some APPS views but when logging to the new user and run:
begin fnd_global.APPS_INITIALIZE(0,0,0); end;
it generate error:
ERROR at line 2:
ORA-06550: line 2, column 1:
PLS-00201: identifier 'FND_GLOBAL.APPS_INITIALIZE' must be declared
ORA-06550: line 2, column 1:
PL/SQL: Statement ignored