function GetEnvelopeURL (x_agent in varchar2, x_item_type in varchar2, x_item_key in varchar2, x_admin_mode in varchar2 default 'NO') return varchar2;
Can be called by an application to return a URL that allows access to the Monitor Responses page in the Status Monitor with guest access. The URL displays the Monitor Responses page for a specific instance of a workflow process in the administrator version of the Status Monitor, operating either with or without administrator privileges.
| x_agent | This parameter is no longer used. Set this parameter to null. |
| x_item_type | A 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 grant administrator privileges to the user accessing the Status Monitor. NO directs the function to withhold administrator privileges from the user accessing the Status Monitor. |