DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_ENGINE

Line 4826: wf_engine.preserved_context := FALSE;

4822: into context, callback
4823: FROM wf_notifications
4824: where notification_id = nid;
4825:
4826: wf_engine.preserved_context := FALSE;
4827: if (callback is not null) then
4828: -- ### callback is from table
4829: -- BINDVAR_SCAN_IGNORE
4830: sqlbuf := 'begin '||callback||

Line 6846: wf_engine.preserved_context := FALSE;

6842: end loop;
6843: end loop;
6844:
6845: -- Do not need to preserve context
6846: wf_engine.preserved_context := FALSE;
6847:
6848: -- Complete the response.
6849: if response then
6850: Wf_Notification.Respond(nid, NULL, 'email:'||from_addr);

Line 7017: wf_engine.preserved_context := FALSE;

7013: response := TRUE;
7014: end loop;
7015:
7016: -- Do not need to preserve context
7017: wf_engine.preserved_context := FALSE;
7018:
7019: -- Complete the response.
7020: if response then
7021: Wf_Notification.Respond(nid, NULL, 'email:'||from_addr);