DBA Data[Home] [Help]

APPS.BIS_RG_SEND_NOTIFICATIONS_PVT dependencies on FND_MESSAGE

Line 231: l_document := fnd_message.get_string('BIS', 'BIS_REPORT_DATA_PURGED');

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);
233: end if;
234:
235: END;