DBA Data[Home] [Help]

APPS.EGO_ITEM_TEXT_PVT dependencies on CTX_SECTION_GROUPS

Line 231: FROM ctxsys.ctx_section_groups

227: ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.EGO_ITEM_STOPLIST');
228: END LOOP;
229:
230: FOR section_group_rec IN ( SELECT sgp_owner, sgp_name
231: FROM ctxsys.ctx_section_groups
232: WHERE sgp_name = 'EGO_ITEM_SECTION_GROUP' )
233: LOOP
234: ad_ctx_ddl.Drop_Section_Group (section_group_rec.sgp_owner ||'.'|| section_group_rec.sgp_name);
235: END LOOP;