I can use something like
select * from table(information_schema.policy_references(ref_entity_name => '<table_name>', ref_entity_domain => 'table'));
But this only works if you have accountadmin role. Is there any other way to get to know if a table has row access policy applied or not ?