Oracle Error Message
SQL*Loader-00440: Invalid table specified as scope of a REF
Reason for the Error
As part of the REF directive one specifies the table name or another fields name which contains the table name of the table which the REF references.
Solution
Make sure that the right referenced table name is specified.