DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_NOTIFICATIONS_VIEW

Line 1551: from wf_notifications_view

1547:
1548: begin
1549: select priority, access_key, status
1550: into l_priority, l_access_key, l_status
1551: from wf_notifications_view
1552: where notification_id = p_nid;
1553: exception
1554: when NO_DATA_FOUND then
1555: wf_core.raise('WFNTFGM_FAILED');