DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_PKG dependencies on WF_ITEM_ACTIVITY_STATUSES_H

Line 598: -- wf_item_activity_statuses_h because of change

594: -- Date Name Desc
595: -- -------- ---------- --------------------------------------
596: -- 05/05/2004 RMANABAT Fix for bug 3612904. Changed cursor table
597: -- from wf_item_activity_statuses to
598: -- wf_item_activity_statuses_h because of change
599: -- in schema behavior.
600: -- 29-Aug-2005 ANEEMUCH Fixed bug 4469412. Parameter item_key and item_type
601: -- should be from parameter list in cursor sel_recipient_role_csr
602: -- -------------------------------------------------------------------

Line 629: wf_item_activity_statuses_h wi

625:
626: CURSOR sel_recipient_role_csr IS
627: select wf.recipient_role, wf.status
628: from wf_notifications wf,
629: wf_item_activity_statuses_h wi
630: --Bug 2412660 modified for performance issues. related to bug 2365267.rmanabat 06/11/02
631: --wf_item_activity_statuses_v wi
632: where
633: wf.message_name in ('ESCALATION_WITH_EXP_MSG',