DBA Data[Home] [Help]

PACKAGE: APPS.WF_RENDER

Source


1 package WF_RENDER AUTHID CURRENT_USER as
2 /* $Header: wfrens.pls 120.5 2005/10/12 01:54:37 rtodi noship $ */
3 -- Bug 2580807 Moved Render from Wf_Event to here and rename it to
4 -- xml_style_sheet
5 -- Original Bug 2376197
6 /*
7 ** Standard PLSQLCLOB API to render the CLOB event data of an event in a
8 ** notification message.
9 */
10 
11 PROCEDURE XML_Style_Sheet (document_id   in     varchar2,
12                   display_type  in     varchar2,
13                   document      in out nocopy clob,
14                   document_type in out nocopy varchar2);
15 
16 
17 ---------------------------------------------------------------------------
18 end WF_RENDER;