DBA Data[Home] [Help]

APPS.EGO_ITEM_TEXT_PVT dependencies on CTX_STOPLISTS

Line 224: FROM ctxsys.ctx_stoplists

220: ad_ctx_ddl.drop_preference (wordlist_rec.pre_owner ||'.'|| wordlist_rec.pre_name);
221: END LOOP;
222:
223: FOR stoplist_rec IN ( SELECT spl_owner, spl_name
224: FROM ctxsys.ctx_stoplists
225: WHERE spl_name = 'EGO_ITEM_STOPLIST' )
226: LOOP
227: ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.EGO_ITEM_STOPLIST');
228: END LOOP;