Question { 7688 }
in a package one procedure is wrong package shows valid or not
Answer
It shows valid, because the entire package will be executed
and it is valid. inside the procedure will show error when
the package reffers to that procedure. like EXEC
PKG_NAME.PROC_NAME.