DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on WF_NOTIFICATION

Line 958: l_output_format := WF_NOTIFICATION.doc_text;

954: -- text/plain
955: -- The edr_psig.openDocument api converts the document format from TEXT
956: -- to text/plain but the updatedocument api retains the document format
957: -- so for consistency we pass the text/plain document format.
958: l_output_format := WF_NOTIFICATION.doc_text;
959: -- Bug 4862464: End
960: IF nvl(l_error,0) <> 0 THEN
961: wf_log_pkg.string(4, 'EDR_PSIG_RULE.store_erecord','XSL Transformation Error Code '||l_error);
962: wf_log_pkg.string(4, 'EDR_PSIG_RULE.store_erecord','XSL Transformation Error Msg '||l_error_msg);