DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 1041: select notification_id into x_notification_id from wf_item_activity_statuses

1037: x_notification_id:=wf_engine.GetItemAttrNumber (itemtype => l_item_type,
1038: itemkey => l_item_key,
1039: aname => 'OKCDELEXTNOTIFID');
1040: ELSE
1041: select notification_id into x_notification_id from wf_item_activity_statuses
1042: where item_type = l_item_type and
1043: item_key = l_item_key and
1044: assigned_user = l_external_role_name;
1045: END IF;