| ERROR | implementation type in Aggregate/Table function should be a valid type |
| CAUSE | User tried to use some other database object like a package to define implementation type of an aggregate/table function. |
| ACTION | Use a valid user defined type as implementation type. |