function GetAdvancedEnvelopeURL (x_agent in varchar2, x_item_type in varchar2, x_item_key in varchar2, x_admin_mode in varchar2 default 'NO', x_options in varchar2 default null) return varchar2;
Can be called by an application to return a URL that allows access to the Activity History page in the Status Monitor with guest access. The URL displays the Activity History page for a specific instance of a workflow process in the administrator version of the Status Monitor, operating either with or without administrator privileges. All activity type and activity status filtering options are automatically selected by default.
| 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. |
| x_options | This parameter is no longer used. When you access the Status Monitor with a URL from GetAdvancedEnvelopeURL(), all filtering options are always selected by default. |