If your source is of type Varchar you should apply the below
to_char(to_date('2013.05.12','YYYY.MM.DD'),'YYYYMMDD')
In BODS Date format is YYYY.MM.DD.
If you want to store the date in a Varchar field just apply to_char on the date field and store it in your target.