DBA Data[Home] [Help]

APPS.BEN_CWB_RSGN_EMP dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 227: from wf_item_activity_statuses

223:
224: UPDATE ben_transaction
225: SET attribute21 =
226: ( select notification_id
227: from wf_item_activity_statuses
228: where
229: item_key = itemkey
230: and item_type = itemtype
231: and assigned_user= l_approver_user

Line 408: from wf_item_activity_statuses

404:
405: UPDATE ben_transaction
406: SET attribute21 =
407: ( select notification_id
408: from wf_item_activity_statuses
409: where
410: item_key = itemkey
411: and item_type = itemtype
412: and assigned_user= l_approver_user