I see this

Code:
sellOff.DataField = "FIELD_VALUE"
So when you run that SQL against Oracle, does the result have a FIELD_VALUE returned against it? I don't think it's entirely obvious, because in your SQL, I do see

Code:
to_date(custd.FIELD_VALUE, 'dd-mon-yyyy'),
but that has no alias against it.