DBA Data[Home] [Help]

APPS.OKC_ARTICLE_KEYWORD_PVT dependencies on V$PARAMETER

Line 577: from v$parameter

573: dbms_application_info.set_session_longops( rindex, slno, null, request_id, request_id, 14, 18);
574:
575: begin
576: select value into cpu_count
577: from v$parameter
578: where name = 'cpu_count';
579: fnd_file.put_line(fnd_file.log,'cpu_count='||cpu_count);
580: exception when others then
581: null;