Oracle Message PLS-00624 - USING clause must be used with either aggregate or pipelined functions

ERRORUSING clause must be used with either aggregate or pipelined functions
CAUSEUSING clause cannot be used with functions that are not declared with AGGREGATE or PIPELINED properties.
ACTIONDefine function body in PL/SQL or some other language (using external callout call specification).