28: -- Select the user to find out the schema where the materialized view exists, since
29: -- the materialized views are placed in the same schema as this package
30: SELECT user
31: INTO l_schema_name 32: FROM sys.dual; 33:
34: -- Call APIs based on context
35: IF l_api_type = 'MV_INDEX_MGT' THEN
36: