DBA Data[Home] [Help]

APPS.PO_SECURITY_CHECK_SV dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 236: WF_ITEM_ACTIVITY_STATUSES WIAS

232:
233: CURSOR getcurrnotif is
234: SELECT NVL(MAX(wf.notification_id), -9995),wf.from_role --Bug 12534279
235: FROM WF_NOTIFICATIONS WF,
236: WF_ITEM_ACTIVITY_STATUSES WIAS
237: WHERE WIAS.ITEM_TYPE = x_itemtype AND
238: WIAS.ITEM_KEY = x_itemkey AND
239: WIAS.NOTIFICATION_ID = WF.group_id
240: GROUP BY wf.from_role; --Bug 14205891