function translate don't work in PACKAGE
hello,
windows 2003
oracle10
I have this function :
windows 2003
oracle10
I have this function :
SELECT TRANSLATE('Negada, estatus inválid ','áéíóúñÁÉÍÓÚÑ','aeiounAEIOUN') Causal_Rechazo
FROM DUAL
sqlplus work well, but when i put this function in package it don't work.
Could you help me, why can happened it?
0