DBA Data[Home] [Help]

APPS.EAM_WORKORDER_WORKFLOW_PVT dependencies on WF_NOTIFICATION

Line 448: l_approver_name := WF_NOTIFICATION.GetAttrText(nid => l_nid,

444: IF (funcmode = 'RUN') THEN
445:
446: l_transaction_id := itemkey;
447: l_nid := WF_ENGINE.context_nid;
448: l_approver_name := WF_NOTIFICATION.GetAttrText(nid => l_nid,
449: aname => 'APPROVER_USER_NAME');
450:
451: l_result := Wf_Notification.GetAttrText(l_nid, 'RESULT');
452:

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

447: l_nid := WF_ENGINE.context_nid;
448: l_approver_name := WF_NOTIFICATION.GetAttrText(nid => l_nid,
449: aname => 'APPROVER_USER_NAME');
450:
451: l_result := Wf_Notification.GetAttrText(l_nid, 'RESULT');
452:
453: if (l_result = 'APPROVED') then -- this may vary based on lookup type used for approval
454:
455: l_ame_status := ame_util.approvedStatus;