DBA Data[Home] [Help]

APPS.OKC_ASYNC_PVT dependencies on WF_NOTIFICATIONS

Line 2290: update wf_notifications

2286: --
2287: -- RESPOND mode
2288: --
2289: if (funcmode = 'RESPOND') then
2290: update wf_notifications
2291: set mail_status=NULL
2292: where NOTIFICATION_ID=wf_engine.context_nid;
2293:
2294: IF (l_debug = 'Y') THEN