DBA Data[Home] [Help]

APPS.AR_NOTIFICATION_STANDARD dependencies on FND_MESSAGE

Line 43: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');

39: l_item_key varchar2(30);
40:
41: begin
42: if ar_doc_transfer_standard.isDebugOn then ar_doc_transfer_standard.debug('AR_NOTIFICATION_STANDARD.build_error_message(+)'); end if;
43: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');
44: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
45: l_buffer := wf_engine.getItemAttrText(itemType => l_item_type,
46: itemKey => l_item_key,
47: aname => 'USER_AREA1');

Line 48: document := fnd_message.get||fnd_global.newline||fnd_global.newline||l_buffer;

44: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
45: l_buffer := wf_engine.getItemAttrText(itemType => l_item_type,
46: itemKey => l_item_key,
47: aname => 'USER_AREA1');
48: document := fnd_message.get||fnd_global.newline||fnd_global.newline||l_buffer;
49: document_type := 'text/plain';
50: if ar_doc_transfer_standard.isDebugOn then ar_doc_transfer_standard.debug('AR_NOTIFICATION_STANDARD.build_error_message(-)'); end if;
51: end;
52:

Line 64: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');

60: l_item_key varchar2(30);
61:
62: begin
63: if ar_doc_transfer_standard.isDebugOn then ar_doc_transfer_standard.debug('AR_NOTIFICATION_STANDARD.build_error_message(+)'); end if;
64: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');
65: WF_NOTIFICATION.WriteToClob(document,fnd_message.get||fnd_global.newline||fnd_global.newline);
66:
67: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
68: l_buffer := wf_engine.getItemAttrText(itemType => l_item_type,

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

61:
62: begin
63: if ar_doc_transfer_standard.isDebugOn then ar_doc_transfer_standard.debug('AR_NOTIFICATION_STANDARD.build_error_message(+)'); end if;
64: fnd_message.set_name('AR', 'AR_DOC_TRS_BODY');
65: WF_NOTIFICATION.WriteToClob(document,fnd_message.get||fnd_global.newline||fnd_global.newline);
66:
67: ar_notification_standard.parseDocumentId(document_id, l_item_type, l_item_key);
68: l_buffer := wf_engine.getItemAttrText(itemType => l_item_type,
69: itemKey => l_item_key,