Hi IFS Community,
I’m not able to deploy my customized DataCaptRegstrArrivals-Cust.plsql file anymore due to a priority 1 Static Code Analysis error that appears in Developer Studio and was not there some weeks ago:

Followed following advice from DataCaptProcessTemplate.plsql but it didn’t work because Developer Studio seems to accept “@DynamicComponentDependency” for private procedures only:

Tried to surround the parameters with $IF Component_Wadaco_SYS.INSTALLED $THEN … $END
but Developer Studio does not accept it.
Also tried to surround the whole procedure with $IF Component_Wadaco_SYS.INSTALLED $THEN … $END.
Developer Studio accepts it and generates the code, but the full procedure body is copied in DataCaptRegstrArrivals.api which leads to an error in the package declaration after deployment.
Does anyone has an idea for solving this?
Thanks