DBA Data[Home] [Help]

APPS.AMS_APPROVAL_PVT dependencies on WF_NOTIFICATION

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

516: aname => 'AMS_FORWARD_NID');
517:
518: IF l_forward_nid IS NOT NULL THEN
519:
520: l_responder := wf_notification.responder(l_forward_nid);
521:
522: Get_New_Res_Details(p_responder => l_responder,
523: x_resource_id => l_approver_id,
524: x_resource_disp_name => l_appr_display_name,

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

7295: l_nid := wf_engine.context_nid;
7296:
7297: IF (funcmode = 'RESPOND') THEN
7298:
7299: l_result := upper(wf_notification.GETATTRTEXT(l_nid, 'RESULT'));
7300:
7301: IF l_result = 'APPROVE' then
7302: resultout := 'COMPLETE:APPROVE';
7303: ELSE