DBA Data[Home] [Help]

APPS.PSP_WF_ADJ_PKG dependencies on WF_NOTIFICATIONS

Line 408: FROM wf_notifications

404: l_responder_display_name VARCHAR2(240);
405:
406: CURSOR get_approval_responder_csr IS
407: SELECT responder
408: FROM wf_notifications
409: WHERE notification_id =
410: -- Introduced the following for bug fix 3263333
411: (SELECT ias.notification_id
412: FROM wf_lookups l_at,