ERROR | cannot generate replication support for functions |
CAUSE | Trying to generate replication support for a package that has a public function, or for a stand-alone function. |
ACTION | Remove the public function from the package, or alter the function to be a procedure. |