Date Error

Welcome to B :mrgreen: B

Please refer to the Relative Dates Topic for more information.

What Debbie says is absolutely spot on.

Don’t use DUAL - you’ve been asked for a SELECT statement in your obejct definition, not a SELECT x FROM y statement.
SYSDATE will give the current date and time
TRUNC(SYSDATE) will give today’s date

Neither will parse in Designer because the parsing algorithm expects select statements in the form table.column (or similar) so that it can parse them.