DBA Data[Home] [Help]

APPS.OKC_ASYNC_PVT dependencies on WF_NOTIFICATIONS

Line 2252: update wf_notifications

2248: --
2249: -- RESPOND mode
2250: --
2251: if (funcmode = 'RESPOND') then
2252: update wf_notifications
2253: set mail_status=NULL
2254: where NOTIFICATION_ID=wf_engine.context_nid;
2255:
2256: IF (l_debug = 'Y') THEN