DBA Data[Home] [Help]

APPS.PO_WF_PO_PRICAT_UPDATE dependencies on WF_NOTIFICATION

Line 274: wf_notification.cancel (x_nid, NULL);

270: if x_nid is not null then
271:
272: -- Need to trap the exception as the notification may not be open.
273: begin
274: wf_notification.cancel (x_nid, NULL);
275: exception
276: when others then
277: null;
278: end;