Specialization Rules conflicting
EBS 12.1.3
Question on the following scenario....
We have CUST_PROG1 a concurrent program that uses FND_REQUEST.SUBMIT to programmatically submit a second program CUST_PROG2.
We have defined specialization rules for CUST_PROG2. It is to be Excluded from Standard Manager and Included on a custom manager CUST_MGR1. There are no specialization rules for CUST_PROG1.
There is also another specialization rule, where all concurrent programs submitted by a particular user SPEC_USER1 should run on another custom manager CUST_MGR2.
Is there somewhere in the application where we can identify which rule takes priority?
Right now when SPEC_USER1 submits CUST_PROG1 we are seeing CUST_PROG2 running on different managers. Sometimes it will run on CUST_MGR1 (desired outcome) and other times it will run on CUST_MGR2 (not desired outcome).