DBA Data[Home] [Help]

APPS.IBE_SEARCHUPDATE_PVT dependencies on CTX_DDL

Line 369: --ctx_ddl.sync_index('IBE_CT_IMEDIA_SEARCH_IM');

365: using 'ibe_sct_search_mv' ;
366: */
367: -- removing for now as it is very expenisve and time consuming to do
368: -- and unnecessary if you just add a new section etc
369: --ctx_ddl.sync_index('IBE_CT_IMEDIA_SEARCH_IM');
370:
371: -- ========= ab start =============================================
372:
373: --Original Section Refresh logic in the program, including populating ibe_section_search table and refresh materialized view ibe_sct_search_mv;

Line 448: ctx_ddl.sync_index('IBE_CT_IMEDIA_SEARCH_IM');

444: ----dbms_output.put_line('Before synchronizing the index');
445: --Synchronize the IBE_CT_IMEDIA_SEARCH_IM index by calling inter media synchronize procedure;
446: FND_FILE.PUT_LINE(FND_FILE.LOG,' Sync the intermedia index' );
447:
448: ctx_ddl.sync_index('IBE_CT_IMEDIA_SEARCH_IM');
449:
450: End if;
451: End if;
452: End if;