DBA Data[Home] [Help]

APPS.BEN_CWB_WF_NTF dependencies on WF_NOTIFICATIONS

Line 397: FROM wf_notifications n

393:
394: BEGIN
395: SELECT n.status
396: INTO l_status
397: FROM wf_notifications n
398: WHERE n.notification_id = l_notification_id;
399: EXCEPTION
400: WHEN NO_DATA_FOUND
401: THEN