DBA Data[Home] [Help]

APPS.CS_SR_ADDR_SYNC_INDEX_PKG dependencies on AD_CTX_DDL

Line 119: ad_ctx_ddl.sync_index( l_ind_owner ||'.address_ctx_index' );

115: end if;
116:
117: if (bmode = 'S') then
118: --ctx_ddl.sync_index( '1..address_ctx_index' );
119: ad_ctx_ddl.sync_index( l_ind_owner ||'.address_ctx_index' );
120: else
121: EXECUTE IMMEDIATE sql_stmt1;
122: end if;
123: