PL/SQL Current_Date
Oracle PL/SQL Current_Date Function
The Current_Date returns the current date in the time zone of the current SQL session as set by the ALTER SESSION command.
The Current_Date Function syntax:
current_date
Example:
Select current_date From dual; 01-05-2018