|
|
Question : PLS-00201: identifier 'FND_GLOBAL.CONC_REQUEST_I<wbr />D' must be declared
|
|
I am trying to compile an object that uses fnd_global procedure for inserting user id and I get this message PLS-00201: identifier 'FND_GLOBAL.CONC_REQUEST_ID' must be declared during compilation, I did find this procedure in apps schema and granted all to my schema
grant all on fnd_global to
But still i see the same error, any clues
|
Answer : PLS-00201: identifier 'FND_GLOBAL.CONC_REQUEST_I<wbr />D' must be declared
|
|
Hi,
maybe you need a synonym? or use the owner name in front of the object. eg: fnd_global becomes apps.fnd_global...
good luck :)
|
|
|
|