select CONC.USER_CONCURRENT_PROGRAM_NAME,
CONC.CONCURRENT_PROGRAM_NAME,
CONC.ENABLED_FLAG,
stat.LAST_RUN_DATE,
stat.LAST_RUN_REQUEST_ID,
stat.OUTCOME,
stat.SUCCESSFUL_COMPLETION,
stat.WARNING_COMPLETION,
stat.ERROR_COMPLETION,
stat.MIN_RUN_TIME,
stat.MAX_RUN_TIME,
stat.AVG_RUN_TIME,
stat.ON_FAILURE_LOG_LEVEL,
(select meaning
from fnd_lookups FL
where FL.lookup_code = stat.OUTCOME
AND FL.LOOKUP_TYPE = 'CP_STATUS_CODE') MEANING,
stat.SHELF_LIFE,
stat.CONNSTR1,
stat.NODE_NAME1
from FND_CONCURRENT_PROGRAMS_VL CONC,
FND_APPLICATION_VL APP,
FND_CONC_PROG_ONSITE_INFO stat
where CONC.APPLICATION_ID = APP.APPLICATION_ID
AND STAT.CONCURRENT_PROGRAM_ID = CONC.CONCURRENT_PROGRAM_ID
AND CONC.APPLICATION_ID = STAT.PROGRAM_APPLICATION_ID
AND CONC.ENABLED_FLAG = 'Y'
Subscribe to:
Post Comments (Atom)
Some Tips About FNDLOAD
Data Synchronization Data Synchronization is a process in which some setup data would be synchronized, and this would be more important w...
-
How to customize Java Virtual Machine Settings in Oracle WebLogic Server To achieve the best performance of the application and avoid perfor...
-
Error: Checking for existing adop sessions. Continuing with existing session [Session ID: 13]. [UNEXPECTED]Master node for the curre...
-
This test will verify Oracle Workflow Java Mailer connection with IMAP Server. $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap -Ddbcfile=...
No comments:
Post a Comment