DBA Data[Home] [Help]

APPS.BEN_CWB_RSGN_EMP dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 228: from wf_item_activity_statuses

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

Line 409: from wf_item_activity_statuses

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