Which table stores the requests parameters and users who ran a process in ORACLE Cloud
I am looking for the equivalent of FND_CONCURRENT_REQUESTS table.
I had a look at :
select * from fusion. ess_request_history
select * from fusion. ess_request_property
But i need to rerieve ALL the parameters used by my user
Where is this stored ?
(using ORACLE CLOUD 20D Version)