Oracle Solution for Error ora-31473

Solution for Oracle Error ORA-31473

ORA-31473: date bound out of range

What triggered the Error:

The upper_bound or lower_bound specified in extend_window or purge_window API is beyond the range of records in the change set.

What should we do to fix it:

Either select a bound that is within range or do not select an upper or lower bound at all.