DBA Data[Home] [Help]

APPS.EAM_ISOLATION_WORKFLOW_PVT dependencies on WF_NOTIFICATIONS

Line 494: FROM wf_notifications

490: l_gid := WF_ENGINE.context_nid;
491:
492: SELECT responder,notification_id
493: into l_approver_name,l_nid
494: FROM wf_notifications
495: WHERE group_id=l_gid
496: AND status = 'CLOSED';
497:
498: l_result := Wf_Notification.GetAttrText(l_nid, 'RESULT');