DBA Data[Home] [Help]

APPS.ENG_CHANGE_TEXT_PVT dependencies on CTX_SECTION_GROUPS

Line 235: FROM ctxsys.ctx_section_groups

231: ad_ctx_ddl.Drop_Stoplist (stoplist_rec.spl_owner || '.ENG_CHANGE_STOPLIST');
232: END LOOP;
233:
234: FOR section_group_rec IN ( SELECT sgp_owner, sgp_name
235: FROM ctxsys.ctx_section_groups
236: WHERE sgp_name = 'ENG_CHANGE_SECTION_GROUP' )
237: LOOP
238: ad_ctx_ddl.Drop_Section_Group (section_group_rec.sgp_owner ||'.'|| section_group_rec.sgp_name);
239: END LOOP;