You can find meanining of Concurrent Manager status codes meaning.
Here is the lists
PHASE CODE:
I = Inactive
P = Pending
R = Running
C = Completed
STATUS CODE:
U = Disabled
W = Paused
X = Terminated
Z = Waiting
M = No Manager
Q = Standby
R = Normal
S = Suspended
T = Terminating
D = Cancelled
E = Error
F = Scheduled
G = Warning
H = On Hold
I = Normal
A = Waiting
B = Resuming
C = Normal
4 yorum
Comments feed for this article
Ağustos 9, 2011 7:07 am
DeniG
Would you know in which table I can find the completion times of a concurrent request?
Ağustos 10, 2011 10:33 am
Gunes Erol
Hi;
You can check apps.fnd_concurrent_requests(You may need to join this table wiht other FND tables for your specific issues)
Ağustos 10, 2011 6:02 pm
Deni
Tnx, Gunes. Unfortunately I have been unable to find any FND tables that contains the time related to the concurrent request. Only dates!
Ağustos 10, 2011 11:58 pm
Gunes Erol
Hi Deni;
Please check ACTUAL_START_DATE and ACTUAL_COMPLETION_DATE columns at FND_CONCURRENT_REQUESTS table.It shows the date and the times, please see
http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_REQUESTS&c_owner=APPLSYS&c_type=TABLE
Also see:
How To Check List, Start And End Dates Of A Parent Concurrent Request And All Child Processes [ID 751438.1]