DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on WF_NOTIFICATIONS

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: --