DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on WF_NOTIFICATIONS

Line 1367: wf_notifications wfn

1363:
1364: SELECT fu.USER_ID
1365: INTO l_responder_id
1366: FROM fnd_user fu,
1367: wf_notifications wfn
1368: WHERE wfn.notification_id = l_nid
1369: AND wfn.original_recipient = fu.user_name;
1370:
1371: --