Requests pending on Oracle Provisioning Manager
This is Andy from ATG Japan and I have asked the helps via ML. Thanks for the advise from Takafumi as below.
----------------
If workshift for that manager is ZERO, the manager will not start.
What is appropriate really depends on needs of the customer. The way (any) manager works is actually reverse of what you are thinking.
Requests get submitted and it goes to a general queue, which is all on FND_CONCURRENT_REQUESTS table. Each manager forms a query based on include/exclude rules associated to that manager so that it will only see requests for that manager to process. You can see the exact query it uses if you start managers with diag=y parameter. (please note, it has nothing to do with if the manager in question is running or not) Then, the manager will use that query to query the table. If it sees anything, it will process the request.