Introduction
This documents describes how to get the list of all Row-Based Security (RBS) Procedures as when you create a free form row-based security policy, a Composite procedure is created. It serves to customize the behavior of the SQL statement.
How to get the list of all RBS procedures?
Run this query in Scratchpad:
select * from /services/databases/system/ALL_RESOURCES where ANNOTATION like 'Row Level%'