How asynchronous process works?
Can anyone please tell me the flow of any asynchronous process in RMS 14.0 from back end side. I have studied that there are three procedures/Functions are in use.
Lets take example of Store add functionality.
- RMS_ASYNC_PROCESS_SQL.ENQUEUE_STORE_ADD
- RMS_ASYNC_PROCESS_SQL.ENQUEUE_STORE_ADD_RETRY
- RMS_ASYNC_PROCESS_SQL.NOTIFY_STORE_ADD
I want to know that from where these procedures/Functions are called and how RMS_ASYNC_PROCESS_SQL.NOTIFY_STORE_ADD is processed in background.