DBA Data[Home] [Help]

APPS.OKC_ARTICLE_KEYWORD_PVT dependencies on V$INSTANCE

Line 584: from v$instance;

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