DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_NOTIFICATION

Line 9: * @rep:category BUSINESS_ENTITY WF_NOTIFICATION

5: * @rep:scope public
6: * @rep:product OWF
7: * @rep:displayname Workflow Message Subsystem
8: * @rep:lifecycle active
9: * @rep:category BUSINESS_ENTITY WF_NOTIFICATION
10: * @rep:compatibility S
11: */
12: --
13: -- Global table to store the url content.

Line 143: -- This function is triggered by the oracle.apps.wf.notification.send.failure

139:
140: -- UpdateRecipient
141: -- Updates the recipient of a notification to DISABLED where
142: -- there has been a failure to deliver to their email address.
143: -- This function is triggered by the oracle.apps.wf.notification.send.failure
144: -- event.
145: function Disable_Recipient_Ntf_Pref(p_subscription_guid in raw,
146: p_event in out NOCOPY WF_EVENT_T) return varchar2;
147:

Line 399: procedure InitFetchLOB(doc_type VARCHAR2 default WF_NOTIFICATION.doc_text,

395: --
396: -- IN
397: -- type - Document type (TEXT or HTML)
398: --
399: procedure InitFetchLOB(doc_type VARCHAR2 default WF_NOTIFICATION.doc_text,
400: doc_length OUT NOCOPY NUMBER);
401:
402:
403: -- FetchLOBContent

Line 412: -- WF_MAIL.InitFetchLob(WF_NOTIFICATION.doc_text)

408: -- OUT
409: -- 32K chunk of the LOB
410: --
411: -- Use the API in the following manner
412: -- WF_MAIL.InitFetchLob(WF_NOTIFICATION.doc_text)
413: -- while not clob_end loop
414: -- WF_MAIL.FetchLobContent(cBuf, WF_NOTIFICATION.doc_text, clob_end);
415: -- ...
416: -- end loop;

Line 414: -- WF_MAIL.FetchLobContent(cBuf, WF_NOTIFICATION.doc_text, clob_end);

410: --
411: -- Use the API in the following manner
412: -- WF_MAIL.InitFetchLob(WF_NOTIFICATION.doc_text)
413: -- while not clob_end loop
414: -- WF_MAIL.FetchLobContent(cBuf, WF_NOTIFICATION.doc_text, clob_end);
415: -- ...
416: -- end loop;
417: --
418: procedure FetchLOBContent(buffer OUT NOCOPY VARCHAR2,

Line 419: doc_type IN VARCHAR2 DEFAULT WF_NOTIFICATION.doc_text,

415: -- ...
416: -- end loop;
417: --
418: procedure FetchLOBContent(buffer OUT NOCOPY VARCHAR2,
419: doc_type IN VARCHAR2 DEFAULT WF_NOTIFICATION.doc_text,
420: end_of_clob IN OUT NOCOPY NUMBER);
421: -- CloseLOB - Close the message LOBs ready for use again later
422: --
423: -- IN

Line 574: -- update wf_notification and wf_comments apropriately

570:
571: -- PutMoreInfoMessage
572: -- Reply processor. Read body of a reply for more information
573: -- request, parse the body for the comments from the user and
574: -- update wf_notification and wf_comments apropriately
575: -- Used by the notification mail response processor.
576: -- IN
577: -- notification id
578: -- mailer node name

Line 758: -- This API unlike wf_notification.send does not require workflow

754: -- Generic mailer routines
755: --
756: -- Send
757: -- Sends a e-mail notification to the specified list of recipients.
758: -- This API unlike wf_notification.send does not require workflow
759: -- message or workflow roles to send a notification.
760: /*#
761: * Sends a message to be dispatched through e-mail by the Oracle Workflow
762: * Notification Mailer. The message content and recipients provided in the

Line 789: * @rep:businessevent oracle.apps.wf.notification.send

785: * @param p_event_key The key that identifies the message when the message is enqueued for dispatch
786: * @param p_fyi_flag A flag to indicate whether the message is for your information (FYI) or requires a response
787: *
788: * @rep:displayname Send Message
789: * @rep:businessevent oracle.apps.wf.notification.send
790: * @rep:scope public
791: * @rep:lifecycle active
792: * @rep:compatibility S
793: *

Line 824: -- oracle.apps.wf.notification.send.group. This subscription is responsible

820: p_from_email IN VARCHAR2 default null);
821:
822: -- SetNtfEventsSubStatus
823: -- This procedure sets the status of seeded subscription to the event group
824: -- oracle.apps.wf.notification.send.group. This subscription is responsible
825: -- for notification XML message generation and presenting it to the mailer for
826: -- e-mail dispatch. Disabling this subscription causes e-mails not to be sent.
827: --
828: -- ENABLED - E-mails are sent