PLS-00452: Subprogram "string" violates its associated pragma .
I got this error message when i recomple my package body
PLS-00452: Subprogram "string" violates its associated pragma .
I know that this causes becuse of
PRAGMA restrict_references(Test,WNDS); set in the Test function in the packagae specification.
How can i get rid of this error without commenting the pragma statements.
/prash