DBA Data[Home] [Help]

APPS.FND_OAM_BF_UTIL dependencies on ICX_SESSIONS

Line 341: from icx_sessions

337: -- compute FUNCTION specific metrics
338: if comp.component_type = 'FUNCTION' then
339: -- ssf sessions within the last hour for the given function
340: select count(*) into v_ssf_sessions
341: from icx_sessions
342: where function_id = comp.component_id
343: and last_connect > sysdate - 1/24;
344: end if;
345: