Previous  Next          Contents  Index  Glossary  Library

IsPerformer

Syntax

function IsPerformer

    (user in varchar2,
     role in varchar2);

Description

Returns true or false to identify whether a user is a performer of a role.

Arguments (input)

userA valid username.
role A valid role name.


         Previous  Next          Contents  Index  Glossary  Library