Hello Naim,
See the documentation for the restrictions on creating publications. You cannot use a subquery here:
The search condition in the WHERE clause can only reference columns that are included in the article. In addition, you cannot use any of the following in the WHERE clause:
- subqueries
- variables
- non-deterministic functions
These conditions are not enforced, but breaking them can lead to unexpected results.
Your definition is using a subquery:
WHERE NSLI_SERVICELINE_ID = ANY (SELECT ...
You will have to re-formulate how you specify this definition for the publication.
Regards,
Jeff Albion
SAP Active Global Support