DBA Data[Home] [Help]

APPS.EAM_ISOLATION_WORKFLOW_PVT dependencies on WF_NOTIFICATION

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');

Line 498: l_result := Wf_Notification.GetAttrText(l_nid, 'RESULT');

494: FROM wf_notifications
495: WHERE group_id=l_gid
496: AND status = 'CLOSED';
497:
498: l_result := Wf_Notification.GetAttrText(l_nid, 'RESULT');
499:
500:
501: if (l_result = 'APPROVED') then -- this may vary based on lookup type used for approval
502: