Message Oracle PLS-00496 - too few columns in SELECT...INTO statement after bursting record targets

ERRORtoo few columns in SELECT...INTO statement after bursting record targets
CAUSEType checking indicated the columns in a SELECT or FETCH were being collected into a record in the INTO list. The record was burst into its fields. There were not enough columns to fill all of the fields in the record.
ACTIONChange the number of columns or the record variable(s) in the INTO clause so that they match.