DBA Data[Home] [Help]

APPS.BIS_UTILITIES_PVT dependencies on WF_NOTIFICATION

Line 5613: WF_NOTIFICATION.NewClob(report_html, l_html_pieces);

5609:
5610: FOR i IN 1 .. vHTMLPieces.count loop
5611: l_html_pieces := vHTMLpieces(i);
5612: IF(report_html IS NULL) THEN
5613: WF_NOTIFICATION.NewClob(report_html, l_html_pieces);
5614: ELSE
5615: WF_NOTIFICATION.WriteToClob(report_html,l_html_pieces);
5616: END IF;
5617: END LOOP;

Line 5615: WF_NOTIFICATION.WriteToClob(report_html,l_html_pieces);

5611: l_html_pieces := vHTMLpieces(i);
5612: IF(report_html IS NULL) THEN
5613: WF_NOTIFICATION.NewClob(report_html, l_html_pieces);
5614: ELSE
5615: WF_NOTIFICATION.WriteToClob(report_html,l_html_pieces);
5616: END IF;
5617: END LOOP;
5618:
5619: RETURN report_html;