DBA Data[Home] [Help]

APPS.AR_TRANSFER_DOCUMENT dependencies on AR_NOTIFICATION_STANDARD

Line 151: ar_notification_standard.raiseNotificationEvent(

147: l_url := 'JSP:/OA_HTML/OA.jsp?akRegionCode=ARDOCTRSPG'||'&'||
148: 'akRegionApplicationId=222'||'&'||
149: 'Query=Y'||'&'||
150: 'ExceptionType=AR';
151: ar_notification_standard.raiseNotificationEvent(
152: p_event_name => p_event_name,
153: p_subject => p_subject,
154: p_doc_pkg => p_doc_pkg,
155: p_doc_proc => p_doc_proc,

Line 181: ar_notification_standard.raiseNotificationEvent(

177: 'akRegionApplicationId=222'||'&'||
178: 'Query=Y'||'&'||
179: 'ExceptionType=SYSTEM';
180: for l_role_rec in role_csr loop
181: ar_notification_standard.raiseNotificationEvent(
182: p_event_name => p_event_name,
183: p_subject => p_subject,
184: p_doc_pkg => p_doc_pkg,
185: p_doc_proc => p_doc_proc,

Line 289: ar_notification_standard.notifyToSysadmin(l_subject,

285: l_subject := fnd_message.get;
286: if ar_doc_transfer_standard.isDebugOn then
287: ar_doc_transfer_standard.debug('AR_TRANSFER_DOCUMENTS.transfer_documents()EXCEPTION:'||l_sqlerrm);
288: end if;
289: ar_notification_standard.notifyToSysadmin(l_subject,
290: l_sqlerrm);
291: end;
292:
293: procedure build_batch_error_message_clob( document_id in varchar2,

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

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');
318: l_exception_type := wf_engine.getItemAttrText(itemType => l_item_type,

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

347: ar_doc_transfer_standard.debug('AR_TRANSFER_DOCUMENT.build_batch_error_message(+)');
348: end if;
349: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');
350:
351: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
352: l_request_id := wf_engine.getItemAttrText(itemType => l_item_type,
353: itemKey => l_item_key,
354: aname => 'USER_AREA1');
355: l_exception_type := wf_engine.getItemAttrText(itemType => l_item_type,