DBA Data[Home] [Help]

APPS.AR_TRANSFER_DOCUMENT dependencies on WF_NOTIFICATION

Line 313: WF_NOTIFICATION.WriteToClob(document,fnd_message.get||fnd_global.newline||fnd_global.newline);

309: if ar_doc_transfer_standard.isDebugOn then
310: ar_doc_transfer_standard.debug('AR_TRANSFER_DOCUMENT.build_batch_error_message(+)');
311: end if;
312: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');
313: WF_NOTIFICATION.WriteToClob(document,fnd_message.get||fnd_global.newline||fnd_global.newline);
314: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
315: l_request_id := wf_engine.getItemAttrText(itemType => l_item_type,
316: itemKey => l_item_key,
317: aname => 'USER_AREA1');

Line 322: WF_NOTIFICATION.WriteToClob(document, err_rec.exception_message||fnd_global.newline);

318: l_exception_type := wf_engine.getItemAttrText(itemType => l_item_type,
319: itemKey => l_item_key,
320: aname => 'USER_AREA2');
321: for err_rec in err_csr loop
322: WF_NOTIFICATION.WriteToClob(document, err_rec.exception_message||fnd_global.newline);
323: end loop;
324: document_type := 'text/plain';
325: if ar_doc_transfer_standard.isDebugOn then
326: ar_doc_transfer_standard.debug('AR_TRANSFER_DOCUMENT.build_batch_error_message(-)');