DBA Data[Home] [Help]

APPS.AMS_APPROVAL_PVT dependencies on WF_NOTIFICATION

Line 555: l_responder := wf_notification.responder(l_forward_nid);

551: aname => 'AMS_FORWARD_NID');
552:
553: IF l_forward_nid IS NOT NULL THEN
554:
555: l_responder := wf_notification.responder(l_forward_nid);
556:
557: Get_New_Res_Details(p_responder => l_responder,
558: x_resource_id => l_approver_id,
559: x_resource_disp_name => l_appr_display_name,

Line 7390: l_result := upper(wf_notification.GETATTRTEXT(l_nid, 'RESULT'));

7386: l_nid := wf_engine.context_nid;
7387:
7388: IF (funcmode = 'RESPOND') THEN
7389:
7390: l_result := upper(wf_notification.GETATTRTEXT(l_nid, 'RESULT'));
7391:
7392: IF l_result = 'APPROVE' then
7393: resultout := 'COMPLETE:APPROVE';
7394: ELSE