791: ,x_msg_count => l_msg_count
792: ,x_msg_data => l_msg_data);
793:
794: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
795: WF_NOTIFICATION.WriteToClob(document, 'Content Generation failed');
796: DBMS_LOB.writeappend(document, 255, SUBSTR(SQLERRM, 255));
797: END IF;
798: ELSE
799: IF c_pwp_preview_info%ISOPEN THEN
804: document_type := 'text/html';
805:
806: EXCEPTION
807: WHEN OTHERS THEN
808: WF_NOTIFICATION.WriteToClob(document, 'Content Generation failed');
809: dbms_lob.writeappend(document, 255, substrb(Sqlerrm, 255));
810: NULL;
811: END SHOW_PWP_NOTIFY_PREVIEW;
812: