Purge Concurrent Request and/or Manager Data delete condition
Hi Team,
In our EBS 12.1.3 environment each night at 02:00 Purge Concurrent Request and/or Manager Data runs. I can see that several tables are deleted, and table for which I'm interested in is fnd_concurrent_requests.
Parameters we are using are Entity: All, Mode: Age, Mode Value:45, Report: Yes and Purge other : Yes.
I 'am trying to figure out under which conditions table fnd_concurrent_requests is deleted exactly?
Till now I have seen that this concurrent program probably checks values of status_code and phase_code as one of delete conditions but I'm not sure. We want to be sure which delete conditions are used on this table (beside older than 45 days) so that we can archive data before delete starts.