DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on WF_NOTIFICATION

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

1381: BEGIN
1382:
1383: /* Added for Hundred percent validation for overriden effort */
1384: IF funcmode in ('RESPOND') THEN
1385: l_result := Wf_Notification.GetAttrText(wf_engine.context_nid, 'RESULT');
1386: IF l_result = 'APPROVED' THEN
1387: l_request_id := wf_engine.GetItemAttrText(itemtype => itemtype,
1388: itemkey => itemkey,
1389: aname => 'REQUEST_ID');

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

1503: wf_engine.SetItemAttrText(itemtype => itemtype,
1504: itemkey => itemkey,
1505: aname => 'APPROVER_DISPLAY_NAME',
1506: avalue => l_role_display_name2);
1507: wf_notification.setAttrText(nid => l_nid,
1508: aname => 'APPROVER_ROLE',
1509: avalue => l_rname2);
1510: open get_txn_id_cur;
1511: loop