BOOLEAN datatype used in functions called from SQL statements - PL/SQL Datatypes
Q. Can BOOLEAN datatype be used in functions that are called from SQL statements?- Published on 09 Jul 15a. Yes
b. No
ANSWER: No
The BOOLEAN datatype answers in either a YES or a NO and a function cannot be returned as a YES or no.