Oracle Error Message
PLS-00167: keyword BULK is used in a wrong context
Reason for the Error
keyword BULK is used illegally. For example, BULK is used without INTO clause
Solution
remove the keyword BULK.
PLS-00167: keyword BULK is used in a wrong context
keyword BULK is used illegally. For example, BULK is used without INTO clause
remove the keyword BULK.