Previous  Next          Contents  Index  Glossary

GetAccessKey

Syntax

function GetAccessKey

    (x_item_type varchar2,
x_item_key varchar2,
x_admin_mode varchar2)
return varchar2;

Description

Retrieves the access key password that controls access to the Workflow Monitor. Each process instance has separate access keys for running the Workflow Monitor in 'ADMIN' mode or 'USER' mode.

Arguments (input)

x_item_typeA valid item type.
x_item_key A string generated from the application object's primary key. The string uniquely identifies the item within an item type. The item type and key together identify the process to report on.
x_admin_mode A value of YES or NO. YES directs the function to retrieve the access key password that runs the monitor in 'ADMIN' mode. NO retrieves the access key password that runs the monitor in 'USER' mode.


         Previous  Next          Contents  Index  Glossary