DBA Data[Home] [Help]

APPS.BEN_CWB_WF_NTF dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 329: FROM wf_item_activity_statuses

325: l_proc VARCHAR2 (100) := 'get_current_notification_id';
326:
327: CURSOR c1 IS
328: SELECT notification_id
329: FROM wf_item_activity_statuses
330: WHERE item_key = p_item_key
331: AND item_type = g_itemtype
332: AND assigned_user = p_fnd_user_name;
333: BEGIN