DBA Data[Home] [Help]

APPS.OKC_ARTICLE_KEYWORD_PVT dependencies on V$INSTANCE

Line 588: from v$instance;

584: dbms_application_info.set_session_longops( rindex, slno, null, request_id, request_id, 15, 18);
585:
586: begin
587: select to_number(substr(version,0,2)) into db_version
588: from v$instance;
589: fnd_file.put_line(fnd_file.log,'db_version='||db_version);
590: exception
591: when others then
592: null;