DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_NOTIFICATIONS_VIEW

Line 1480: from wf_notifications_view

1476:
1477: begin
1478: select priority, access_key, status
1479: into l_priority, l_access_key, l_status
1480: from wf_notifications_view
1481: where notification_id = p_nid;
1482: exception
1483: when NO_DATA_FOUND then
1484: wf_core.raise('WFNTFGM_FAILED');