ORA-06573
										
				Error: ORA-06573: Function string modifies package state, cannot be used here
				Causa: One of the following:
				Acción: If the function is a packaged, PL/SQL function: Re-create the function and include a pragma containing the 'Write no Package State' (WNPS). If the function is standalone PL/SQL function, delete the function from the SQL statement.
  
				
COMENTARIOS:
No hay comentarios.