Unlike most database objects, when you invoke a user-defined function, you must always preface the name of the function with the schema name.
A schema is a collection of database objects in SQL (collection of tables) associated with one particular database username (called the schema name).