DBA Data[Home] [Help]

APPS.OKC_ARTICLE_KEYWORD_PVT dependencies on CTX_PARAMETERS

Line 562: from ctx_parameters

558: -- sync := ' sync (on commit) ';
559: sync := '';
560: begin
561: select par_value into max_memory
562: from ctx_parameters
563: where par_name = 'MAX_INDEX_MEMORY';
564: fnd_file.put_line(fnd_file.log,'max_memory='||max_memory);
565: exception when others then
566: null;