Auto-Renewals in R12
I am trying to troubleshoot some issues in Auto-Renewals in R12 and for that I need so documentation related to How it Works behind the scene?
In R11.5.10, we are using Date based Independent Condition to renew contracts and as an outcome of this condition we call Renew Public API..
When date assembler is run it triggers the probes the independent condtion and for contracts that meet the expiry date criteria, they are placed in Events Queue.
Listener then de-queues and processes the event and renews the contract.
For R12, I don't think Oralce uses Event Queue and I believe we dont need to run Listeners.