ERROR | recursive external procedures are not supported |
CAUSE | A callback from within a users 3GL routine resulted in the invocation of another external procedure. |
ACTION | Make sure that the SQL code executed in a callback does not directly call another external procedure, or indirectly results in another external procedure, such as triggers calling external procedures, PL/SQL procedures calling external procedures, etc. |