DBA Data[Home] [Help]

APPS.EGO_ITEM_TEXT_PVT dependencies on CTX_SECTION_GROUPS

Line 274: FROM ctxsys.ctx_section_groups

270: ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.EGO_ITEM_STOPLIST');
271: END LOOP;
272:
273: FOR section_group_rec IN ( SELECT sgp_owner, sgp_name
274: FROM ctxsys.ctx_section_groups
275: WHERE sgp_name = 'EGO_ITEM_SECTION_GROUP' )
276: LOOP
277: ad_ctx_ddl.Drop_Section_Group (section_group_rec.sgp_owner ||'.'|| section_group_rec.sgp_name);
278: END LOOP;