A database function is called (dbfunction_call) in the same way as a function. The database function is created by executing a CREATE FUNCTION statement.
<dbfunction_call> ::= <dbfunction_name> ( [<expression>,...] )
SQL Tutorial, Database Functions, Functions
The current user must have the authorization to execute the database function (EXECUTE privilege).
See also: