Re: RULES in Workbench
If I understand your question correctly you are looking for extracting the rules created?
Please run the below query to extract the rules
SELECT *
FROM apps.WMS_RESTRICTIONS_V
WHERE 1=1;
0
If I understand your question correctly you are looking for extracting the rules created?
Please run the below query to extract the rules
SELECT *
FROM apps.WMS_RESTRICTIONS_V
WHERE 1=1;