In PL/SQL Constants can be any numbers, boolean, strings or a null reference. Constants are particularly useful if there is a value which is used repeatedly throughout the program code. It is a user-defined literal value.
To define constants, use the following syntax:
Where:
constant_name: The constant name just like variable name.
VALUE: A value assigned to a constant when it is declared.