DBA Data[Home] [Help]

APPS.WF_RENDER dependencies on STANDARD

Line 58: ** Standard PLSQLCLOB API to render the CLOB event data of an event in a

54: null;
55: end DefaultRender;
56: ---------------------------------------------------------------------------
57: /*
58: ** Standard PLSQLCLOB API to render the CLOB event data of an event in a
59: ** notification message.
60: */
61: PROCEDURE XML_Style_Sheet (document_id in varchar2,
62: display_type in varchar2,

Line 135: ecx_standard.perform_xslt_transformation

131: if (l_txslt_name is NULL) then
132: -- render XML content without transformation
133: wf_core.raise('WFE_DEFAULT_RENDER');
134: end if;
135: ecx_standard.perform_xslt_transformation
136: (I_XML_FILE => l_data,
137: I_XSLT_FILE_NAME => l_txslt_name,
138: I_XSLT_FILE_VER => l_txslt_ver,
139: I_XSLT_APPLICATION_CODE => l_tapp_code,

Line 162: ecx_standard.perform_xslt_transformation

158: l_tapp_code := l_happ_code;
159: end if;
160: end if;
161: -- apply style sheet
162: ecx_standard.perform_xslt_transformation
163: (I_XML_FILE => l_data,
164: I_XSLT_FILE_NAME => l_txslt_name,
165: I_XSLT_FILE_VER => l_txslt_ver,
166: I_XSLT_APPLICATION_CODE => l_tapp_code,

Line 190: ecx_standard.perform_xslt_transformation

186: l_happ_code := l_tapp_code;
187: end if;
188: end if;
189: -- apply style sheet
190: ecx_standard.perform_xslt_transformation
191: (I_XML_FILE => l_data,
192: I_XSLT_FILE_NAME => l_hxslt_name,
193: I_XSLT_FILE_VER => l_hxslt_ver,
194: I_XSLT_APPLICATION_CODE => l_happ_code,