Cancelling order from web,java error
I have pakage with procedure that takes the type and then cancel a row in order lines.
Everything is fine until I use this in java through JDBC and it gives error, I want to cancel order line from web
"java.sql.SQLException: invalid name pattern: ........
I read that the Oracle type could not be used through JDBC ?
Kind regards,