DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on WF_NOTIFICATION

Line 1419: l_result := Wf_Notification.GetAttrText(wf_engine.context_nid, 'RESULT');

1415: BEGIN
1416:
1417: /* Added for Hundred percent validation for overriden effort */
1418: IF funcmode in ('RESPOND') THEN
1419: l_result := Wf_Notification.GetAttrText(wf_engine.context_nid, 'RESULT');
1420: IF l_result = 'APPROVED' THEN
1421: l_request_id := wf_engine.GetItemAttrText(itemtype => itemtype,
1422: itemkey => itemkey,
1423: aname => 'REQUEST_ID');

Line 1547: wf_notification.setAttrText(nid => l_nid,

1543: wf_engine.SetItemAttrText(itemtype => itemtype,
1544: itemkey => itemkey,
1545: aname => 'APPROVER_DISPLAY_NAME',
1546: avalue => l_role_display_name2);
1547: wf_notification.setAttrText(nid => l_nid,
1548: aname => 'APPROVER_ROLE',
1549: avalue => l_rname2);
1550: open get_txn_id_cur;
1551: loop