DBA Data[Home] [Help]

APPS.BEN_CWB_WF_NTF dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 324: FROM wf_item_activity_statuses

320: l_proc VARCHAR2 (100) := 'get_current_notification_id';
321:
322: CURSOR c1 IS
323: SELECT notification_id
324: FROM wf_item_activity_statuses
325: WHERE item_key = p_item_key
326: AND item_type = g_itemtype
327: AND assigned_user = p_fnd_user_name;
328: BEGIN