DBA Data[Home] [Help]

APPS.OKC_ARTICLE_KEYWORD_PVT dependencies on CTX_PARAMETERS

Line 566: from ctx_parameters

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