DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on WF_NOTIFICATION

Line 2354: wf_notification.GetAttrInfo(nid => l_notification_id,

2350: hide notification header summary for new notification
2351: */
2352: if (wf_core.translate('WF_HEADER_ATTR') = 'Y') then
2353: begin
2354: wf_notification.GetAttrInfo(nid => l_notification_id,
2355: aname => '#HDR_1',
2356: atype => l_type,
2357: subtype => l_subtype,
2358: format => l_format);

Line 2673: l_result := wf_notification.GetAttrText(l_nid, 'RESULT');

2669: if (funcmode = 'RESPOND') then
2670:
2671: l_nid := WF_ENGINE.context_nid;
2672:
2673: l_result := wf_notification.GetAttrText(l_nid, 'RESULT');
2674:
2675: l_progress := '006';
2676:
2677: if((l_result = 'FORWARD') or (l_result = 'APPROVE_AND_FORWARD')) then

Line 2679: l_forwardTo := wf_notification.GetAttrText(l_nid, 'FORWARD_TO_USERNAME_RESPONSE');

2675: l_progress := '006';
2676:
2677: if((l_result = 'FORWARD') or (l_result = 'APPROVE_AND_FORWARD')) then
2678:
2679: l_forwardTo := wf_notification.GetAttrText(l_nid, 'FORWARD_TO_USERNAME_RESPONSE');
2680:
2681: l_forward_to_username_response := wf_engine.GetItemAttrText (itemtype => itemtype,
2682: itemkey => itemkey,
2683: aname => 'FORWARD_TO_USERNAME_RESPONSE');

Line 2710: wf_notifications wfn

2706:
2707: SELECT fu.USER_ID
2708: INTO l_responder_id
2709: FROM fnd_user fu,
2710: wf_notifications wfn
2711: WHERE wfn.notification_id = l_nid
2712: AND wfn.original_recipient = fu.user_name;
2713:
2714: --