Oracle Message PCC-00044 - Array size mismatch in INTO/USING. Minimum is: string(number: number)

ERRORArray size mismatch in INTO/USING. Minimum is: string(number: number)
CAUSEThe size of an array variable in an INTO/USING clause is too small for the number of rows processed.
ACTIONDeclare all array variables in the INTO/USING clause to have at least the minimum dimension given.