DBA Data[Home] [Help]

APPS.PO_WF_PO_PRICAT_UPDATE dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 258: from wf_item_activity_statuses_v

254: -- As we loop back in the WF there can be only one outstanding notification.
255:
256: begin
257: select notification_id into x_nid
258: from wf_item_activity_statuses_v
259: where item_type = itemtype
260: AND item_key = itemkey
261: AND ACTIVITY_NAME = 'BUYER_NOTIFICATION';
262: