Oracle Message PCB-00233 - Table size mismatch in INTO/USING. Minimum is: number

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