DBA Data[Home] [Help]

APPS.BEN_CWB_WF_NTF dependencies on WF_NOTIFICATIONS

Line 392: FROM wf_notifications n

388:
389: BEGIN
390: SELECT n.status
391: INTO l_status
392: FROM wf_notifications n
393: WHERE n.notification_id = l_notification_id;
394: EXCEPTION
395: WHEN NO_DATA_FOUND
396: THEN