DBA Data[Home] [Help]

APPS.EAM_TEXT_INDEX_PVT dependencies on CTX_STOPLISTS

Line 277: FROM ctxsys.ctx_stoplists

273: ad_ctx_ddl.drop_preference (wordlist_rec.pre_owner ||'.'|| wordlist_rec.pre_name);
274: END LOOP;
275:
276: FOR stoplist_rec IN ( SELECT spl_owner, spl_name
277: FROM ctxsys.ctx_stoplists
278: WHERE spl_name = 'EAM_ASSET_STOPLIST' )
279: LOOP
280: --ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.EAM_ASSET_STOPLIST');
281: ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.'|| stoplist_rec.spl_name);

Line 999: FROM ctxsys.ctx_stoplists

995: ad_ctx_ddl.drop_preference (wordlist_rec.pre_owner ||'.'|| wordlist_rec.pre_name);
996: END LOOP;
997:
998: FOR stoplist_rec IN ( SELECT spl_owner, spl_name
999: FROM ctxsys.ctx_stoplists
1000: WHERE spl_name = 'EAM_WORK_ORDER_STOPLIST' )
1001: LOOP
1002: --ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.EAM_WORK_ORDER_STOPLIST');
1003: ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.'|| stoplist_rec.spl_name);