Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

get_launch_document_url

Syntax

procedure get_launch_document_url

    (username in varchar2,
document_identifier in varchar2,
display_icon in Boolean,
launch_document_url out varchar2);

Description

Returns an anchor URL that launches a new browser window containing the DM integration screen that displays the specified document. The screen is a frame set of two frames. The upper frame contains a customizable company logo and a toolbar of Oracle Workflow-integrated document management functions. The lower frame displays the specified document.

Arguments (input)

username The username of the person accessing the document management system.
document_identifier The document identifier for the document you wish to display. The document identifier should be stored as a value in an item attribute of type document. You can retrieve the document identifier using the GetItemAttrDocument API. See: GetItemAttrDocument and SetItemAttrDocument.
display_icon True or False. True tells the procedure to return the URL with the paper clip attachment icon and translated prompt name, whereas False tells the procedure to return only the URL. This argument provides you the flexibility needed when you call this procedure from a form- or HTML-based UI agent.


         Previous  Next          Contents  Index  Glossary