i have some code
create or replace function policy_test (p_schema varchar2, p_object varchar2) return varchar2 is v VARCHAR2(30); begin v := USER;