DBA Data[Home] [Help]

APPS.AMS_GEN_APPROVAL_PVT dependencies on WF_NOTIFICATION

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

1735: -- Commented for 3150550
1736: /*
1737: IF l_forward_nid IS NOT NULL THEN
1738:
1739: l_responder := wf_notification.responder(l_forward_nid);
1740:
1741: Get_New_Res_Details(p_responder => l_responder,
1742: x_resource_id => l_approver_id,
1743: x_resource_disp_name => l_appr_display_name,

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

2711: -- Commented for 3150550
2712: /*
2713: IF l_forward_nid IS NOT NULL THEN
2714:
2715: l_responder := wf_notification.responder(l_forward_nid);
2716:
2717: Get_New_Res_Details(p_responder => l_responder,
2718: x_resource_id => l_approver_id,
2719: x_resource_disp_name => l_appr_display_name,

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

3241: l_nid := wf_engine.context_nid;
3242:
3243: IF (funcmode = 'RESPOND') THEN
3244:
3245: l_result := upper(wf_notification.GETATTRTEXT(l_nid, 'RESULT'));
3246:
3247: IF l_result = 'APPROVE' then
3248: resultout := 'COMPLETE:APPROVE';
3249: ELSE