DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_CONCURRENT_PROCESSES

Line 1419: from fnd_concurrent_processes

1415: if (is_collection_enabled('SERVICE_PROCS')) then
1416: -- get the number of service processes
1417: select count(*)
1418: into ct_service_processes
1419: from fnd_concurrent_processes
1420: where process_status_code in ('R','A','P');
1421:
1422: -- update the number of service processes
1423: update_metric_internal('SERVICE_PROCS', to_char(ct_service_processes), -1);