DBA Data[Home] [Help]

APPS.AMS_GEN_APPROVAL_PVT dependencies on WF_NOTIFICATION

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

1622: -- Commented for 3150550
1623: /*
1624: IF l_forward_nid IS NOT NULL THEN
1625:
1626: l_responder := wf_notification.responder(l_forward_nid);
1627:
1628: Get_New_Res_Details(p_responder => l_responder,
1629: x_resource_id => l_approver_id,
1630: x_resource_disp_name => l_appr_display_name,

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

2598: -- Commented for 3150550
2599: /*
2600: IF l_forward_nid IS NOT NULL THEN
2601:
2602: l_responder := wf_notification.responder(l_forward_nid);
2603:
2604: Get_New_Res_Details(p_responder => l_responder,
2605: x_resource_id => l_approver_id,
2606: x_resource_disp_name => l_appr_display_name,

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

3117: l_nid := wf_engine.context_nid;
3118:
3119: IF (funcmode = 'RESPOND') THEN
3120:
3121: l_result := upper(wf_notification.GETATTRTEXT(l_nid, 'RESULT'));
3122:
3123: IF l_result = 'APPROVE' then
3124: resultout := 'COMPLETE:APPROVE';
3125: ELSE