Fatal Error: It is illegal to call INFA_CTGetRowStrategy outside inputRowNotification.
The Custom transformation procedure code uses the INFA_CTGetRowStrategy() function inside a function other than the p_<proc_name>_inputRowNotification() function.
Edit the procedure code and only use the INFA_CTGetRowStrategy() function inside the p_<proc_name>_inputRowNotification() function.