I have a value I want to lookup the ID for is not in the source table, so I must pass it in as a parameter.
So basically I just want to take a String parameter, and lookup the numeric ID for that value in another table (that is not the source table) so that I can put the returned ID into the destination table.