DBA Data[Home] [Help]

APPS.AR_TRANSFER_DOCUMENT dependencies on AR_NOTIFICATION_STANDARD

Line 159: ar_notification_standard.raiseNotificationEvent(

155: l_url := 'JSP:/OA_HTML/OA.jsp?akRegionCode=ARDOCTRSPG'||'&'||
156: 'akRegionApplicationId=222'||'&'||
157: 'Query=Y'||'&'||
158: 'ExceptionType=AR';
159: ar_notification_standard.raiseNotificationEvent(
160: p_event_name => p_event_name,
161: p_subject => p_subject,
162: p_doc_pkg => p_doc_pkg,
163: p_doc_proc => p_doc_proc,

Line 189: ar_notification_standard.raiseNotificationEvent(

185: 'akRegionApplicationId=222'||'&'||
186: 'Query=Y'||'&'||
187: 'ExceptionType=SYSTEM';
188: for l_role_rec in role_csr loop
189: ar_notification_standard.raiseNotificationEvent(
190: p_event_name => p_event_name,
191: p_subject => p_subject,
192: p_doc_pkg => p_doc_pkg,
193: p_doc_proc => p_doc_proc,

Line 307: ar_notification_standard.notifyToSysadmin(l_subject,

303: l_subject := fnd_message.get;
304: if ar_doc_transfer_standard.isDebugOn then
305: ar_doc_transfer_standard.debug('AR_TRANSFER_DOCUMENTS.transfer_documents()EXCEPTION:'||l_sqlerrm);
306: end if;
307: ar_notification_standard.notifyToSysadmin(l_subject,
308: l_sqlerrm);
309: end;
310:
311: procedure build_batch_error_message_clob( document_id in varchar2,

Line 332: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);

328: ar_doc_transfer_standard.debug('AR_TRANSFER_DOCUMENT.build_batch_error_message(+)');
329: end if;
330: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');
331: WF_NOTIFICATION.WriteToClob(document,fnd_message.get||fnd_global.newline||fnd_global.newline);
332: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
333: l_request_id := wf_engine.getItemAttrText(itemType => l_item_type,
334: itemKey => l_item_key,
335: aname => 'USER_AREA1');
336: l_exception_type := wf_engine.getItemAttrText(itemType => l_item_type,

Line 370: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);

366: ar_doc_transfer_standard.debug('AR_TRANSFER_DOCUMENT.build_batch_error_message(+)');
367: end if;
368: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');
369:
370: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
371: l_request_id := wf_engine.getItemAttrText(itemType => l_item_type,
372: itemKey => l_item_key,
373: aname => 'USER_AREA1');
374: l_exception_type := wf_engine.getItemAttrText(itemType => l_item_type,