DBA Data[Home] [Help]

APPS.CS_SR_ADDR_SYNC_INDEX_PKG dependencies on ALL_INDEXES

Line 60: from all_indexes

56: -- To fix bug 3431755 added owner to the cursor
57: -- cursor to get the owner of the CTX_SUMMARY_INDEX
58: cursor get_ind_owner is
59: select owner
60: from all_indexes
61: where index_name = 'ADDRESS_CTX_INDEX'
62: and index_type = 'DOMAIN'
63: and owner = 'CS';
64: