Hi Avinash,
Are you sure that there is only one row?
Rows that are connected with the indexes have the ObjectName equal to the name of the index - not the name of the table.
Please check using this query:
select * from master..monOpenObjectActivity where DBID = db_id() and ObjectID = object_id('table')
Kind regards,
Adam