DBA Data[Home] [Help]

APPS.BIS_RG_SEND_NOTIFICATIONS_PVT dependencies on WF_NOTIFICATION

Line 228: wf_notification.writetoclob(document, l_document);

224: l_html_pieces := BIS_PMV_UTIL.readfndlobs(document_id);
225: FOR l_count IN 1..l_html_pieces.COUNT LOOP
226: -- mdamle 05/16/01 - Changing document to clob - no longer a 32K limitation
227: l_document := l_html_pieces(l_count);
228: wf_notification.writetoclob(document, l_document);
229: END LOOP;
230: else
231: l_document := fnd_message.get_string('BIS', 'BIS_REPORT_DATA_PURGED');
232: wf_notification.writetoclob(document, l_document);

Line 232: wf_notification.writetoclob(document, l_document);

228: wf_notification.writetoclob(document, l_document);
229: END LOOP;
230: else
231: l_document := fnd_message.get_string('BIS', 'BIS_REPORT_DATA_PURGED');
232: wf_notification.writetoclob(document, l_document);
233: end if;
234:
235: END;
236: END BIS_RG_SEND_NOTIFICATIONS_PVT;